Skip to content

Commit 3a5c1d0

Browse files
committed
Updated TRestVersion.h to v2.2.16
1 parent 838fb9c commit 3a5c1d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/restcore/inc/TRestVersion.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* #endif
1111
*
1212
*/
13-
#define REST_RELEASE "2.2.15"
14-
#define REST_RELEASE_DATE "Mon Mar 16"
15-
#define REST_RELEASE_TIME "22:15:08 CET 2020"
16-
#define REST_GIT_COMMIT "63530bca"
17-
#define REST_VERSION_CODE 131599
13+
#define REST_RELEASE "2.2.16"
14+
#define REST_RELEASE_DATE "Fri Mar 20"
15+
#define REST_RELEASE_TIME "22:09:32 CET 2020"
16+
#define REST_GIT_COMMIT "838fb9cb"
17+
#define REST_VERSION_CODE 131600
1818
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
1919
#define REST_SCHEMA_EVOLUTION "ON"
2020
#endif

0 commit comments

Comments
 (0)