Skip to content

Commit 792df26

Browse files
committed
Updated TRestVersion.h to v2.3.12
1 parent 8a33774 commit 792df26

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed
+16-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
#ifndef REST_Version
22
#define REST_Version
3-
/* Version information automatically generated by installer. */ /*
4-
* These macros can be used in the following
5-
* way:
6-
*
7-
* #if REST_VERSION_CODE >=
8-
* REST_VERSION(2,23,4) #include <newheader.h>
9-
* #else
10-
* #include <oldheader.h>
11-
* #endif
12-
*
13-
*/
14-
#define REST_RELEASE "2.3.11"
15-
#define REST_RELEASE_DATE "Mon Mar 14"
16-
#define REST_RELEASE_TIME "16:36:38 CET 2022"
17-
#define REST_GIT_COMMIT "806bfa64"
18-
#define REST_VERSION_CODE 131851
19-
#define REST_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c))
3+
/* Version information automatically generated by installer. *//*
4+
* These macros can be used in the following way:
5+
*
6+
* #if REST_VERSION_CODE >= REST_VERSION(2,23,4)
7+
* #include <newheader.h>
8+
* #else
9+
* #include <oldheader.h>
10+
* #endif
11+
*
12+
*/
13+
#define REST_RELEASE "2.3.12"
14+
#define REST_RELEASE_DATE "lun abr 25"
15+
#define REST_RELEASE_TIME "13:50:03 CEST 2022"
16+
#define REST_GIT_COMMIT "8a33774a"
17+
#define REST_VERSION_CODE 131852
18+
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
2019
#define REST_SCHEMA_EVOLUTION "ON"
2120
#endif

0 commit comments

Comments
 (0)