Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jan 28, 2021
1 parent afa3f01 commit 0c921fc
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.2"
#define REST_RELEASE_DATE "Mon Jan 25"
#define REST_RELEASE_TIME "22:10:53 CET 2021"
#define REST_GIT_COMMIT "1637bc97"
#define REST_VERSION_CODE 131842
#define REST_RELEASE "2.3.3"
#define REST_RELEASE_DATE "Thu Jan 28"
#define REST_RELEASE_TIME "19:30:31 CET 2021"
#define REST_GIT_COMMIT "afa3f01b"
#define REST_VERSION_CODE 131843
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 0c921fc

Please sign in to comment.