We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487a71b commit 2d35183Copy full SHA for 2d35183
source/framework/core/inc/TRestVersion.h
@@ -10,11 +10,11 @@
10
* #endif
11
*
12
*/
13
-#define REST_RELEASE "2.3.4"
14
-#define REST_RELEASE_DATE "Tue Feb 9"
15
-#define REST_RELEASE_TIME "23:55:38 CET 2021"
16
-#define REST_GIT_COMMIT "533fad3f"
17
-#define REST_VERSION_CODE 131844
+#define REST_RELEASE "2.3.5"
+#define REST_RELEASE_DATE "Sun Apr 11"
+#define REST_RELEASE_TIME "13:18:42 CEST 2021"
+#define REST_GIT_COMMIT "487a71ba"
+#define REST_VERSION_CODE 131845
18
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
19
#define REST_SCHEMA_EVOLUTION "ON"
20
#endif
0 commit comments