Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Dec 1, 2020
1 parent b78a9d7 commit abe622c
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.21"
#define REST_RELEASE_DATE "Tue Nov 24"
#define REST_RELEASE_TIME "17:58:09 CET 2020"
#define REST_GIT_COMMIT "099b1960"
#define REST_VERSION_CODE 131605
#define REST_RELEASE "2.2.22"
#define REST_RELEASE_DATE "Tue Dec 1"
#define REST_RELEASE_TIME "15:47:35 CET 2020"
#define REST_GIT_COMMIT "b78a9d79"
#define REST_VERSION_CODE 131606
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit abe622c

Please sign in to comment.