We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56030bd commit 7148a3eCopy full SHA for 7148a3e
source/framework/core/inc/TRestVersion.h
@@ -10,11 +10,11 @@
10
* #endif
11
*
12
*/
13
-#define REST_RELEASE "2.3.9"
14
-#define REST_RELEASE_DATE "vie sep 17"
15
-#define REST_RELEASE_TIME "10:59:26 CEST 2021"
16
-#define REST_GIT_COMMIT "cd1a7afc"
17
-#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
18
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
19
#define REST_SCHEMA_EVOLUTION "ON"
20
#endif
0 commit comments