Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jan 29, 2022
1 parent 56030bd commit 7148a3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/framework/core/inc/TRestVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* #endif
*
*/
#define REST_RELEASE "2.3.9"
#define REST_RELEASE_DATE "vie sep 17"
#define REST_RELEASE_TIME "10:59:26 CEST 2021"
#define REST_GIT_COMMIT "cd1a7afc"
#define REST_VERSION_CODE 131849
#define REST_RELEASE "2.3.10"
#define REST_RELEASE_DATE "Sat 29 Jan"
#define REST_RELEASE_TIME "2022 11:51:37 AM CET"
#define REST_GIT_COMMIT "56030bd8"
#define REST_VERSION_CODE 131850
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 7148a3e

Please sign in to comment.