Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Aug 10, 2020
1 parent 7773d0c commit 7443e0d
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.18"
#define REST_RELEASE_DATE "Sat Jun 6"
#define REST_RELEASE_TIME "13:08:53 CEST 2020"
#define REST_GIT_COMMIT "5df1d8a2"
#define REST_VERSION_CODE 131602
#define REST_RELEASE "2.2.19"
#define REST_RELEASE_DATE "Mon Aug 10"
#define REST_RELEASE_TIME "12:41:48 CEST 2020"
#define REST_GIT_COMMIT "87cfdf89"
#define REST_VERSION_CODE 131603
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 7443e0d

Please sign in to comment.