We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838fb9c commit 3a5c1d0Copy full SHA for 3a5c1d0
source/restcore/inc/TRestVersion.h
@@ -10,11 +10,11 @@
10
* #endif
11
*
12
*/
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
+#define REST_RELEASE "2.2.16"
+#define REST_RELEASE_DATE "Fri Mar 20"
+#define REST_RELEASE_TIME "22:09:32 CET 2020"
+#define REST_GIT_COMMIT "838fb9cb"
+#define REST_VERSION_CODE 131600
18
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
19
#define REST_SCHEMA_EVOLUTION "ON"
20
#endif
0 commit comments