Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Mar 20, 2020
1 parent 838fb9c commit 3a5c1d0
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.15"
#define REST_RELEASE_DATE "Mon Mar 16"
#define REST_RELEASE_TIME "22:15:08 CET 2020"
#define REST_GIT_COMMIT "63530bca"
#define REST_VERSION_CODE 131599
#define REST_RELEASE "2.2.16"
#define REST_RELEASE_DATE "Fri Mar 20"
#define REST_RELEASE_TIME "22:09:32 CET 2020"
#define REST_GIT_COMMIT "838fb9cb"
#define REST_VERSION_CODE 131600
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 3a5c1d0

Please sign in to comment.