Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Nov 15, 2019
1 parent 3e7c202 commit 75cf12a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/restcore/inc/TRestVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* #endif
*
*/
#define REST_RELEASE "2.2.12"
#define REST_RELEASE_DATE "Wed Jul 31"
#define REST_RELEASE_TIME "12:15:04 CEST 2019"
#define REST_GIT_COMMIT "c1198555"
#define REST_VERSION_CODE 131596
#define REST_RELEASE "2.2.13"
#define REST_RELEASE_DATE "Fri Nov 15"
#define REST_RELEASE_TIME "12:26:53 CET 2019"
#define REST_GIT_COMMIT "3e7c2020"
#define REST_VERSION_CODE 131597
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 75cf12a

Please sign in to comment.