We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c731668 commit 672fecaCopy full SHA for 672feca
source/framework/core/inc/TRestVersion.h
@@ -10,11 +10,11 @@
10
* #endif
11
*
12
*/
13
-#define REST_RELEASE "2.3.6"
14
-#define REST_RELEASE_DATE "Thu Jun 10"
15
-#define REST_RELEASE_TIME "08:34:10 CEST 2021"
16
-#define REST_GIT_COMMIT "1d4e895c"
17
-#define REST_VERSION_CODE 131846
+#define REST_RELEASE "2.3.7"
+#define REST_RELEASE_DATE "Wed 30 Jun"
+#define REST_RELEASE_TIME "2021 05:39:39 PM CEST"
+#define REST_GIT_COMMIT "c7316686"
+#define REST_VERSION_CODE 131847
18
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
19
#define REST_SCHEMA_EVOLUTION "ON"
20
#endif
0 commit comments