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 a1ff7cd commit af542c0Copy full SHA for af542c0
source/framework/core/inc/TRestVersion.h
@@ -12,12 +12,12 @@
12
* #endif
13
*
14
*/
15
-#define REST_RELEASE "2.4.1"
16
-#define REST_RELEASE_DATE "Sat Dec 16"
17
-#define REST_RELEASE_TIME "11:14:21 CET 2023"
18
-#define REST_RELEASE_NAME "Igor G. Irastorza"
19
-#define REST_GIT_COMMIT "6b9d0650"
20
-#define REST_VERSION_CODE 132097
+#define REST_RELEASE "2.4.2"
+#define REST_RELEASE_DATE "Mon Feb 12"
+#define REST_RELEASE_TIME "22:23:31 CET 2024"
+#define REST_RELEASE_NAME "Henry Primakoff"
+#define REST_GIT_COMMIT "d8ec95be"
+#define REST_VERSION_CODE 132098
21
#define REST_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c))
22
#define REST_SCHEMA_EVOLUTION "ON"
23
#endif
0 commit comments