|
1 | 1 | #ifndef REST_Version
|
2 | 2 | #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)) |
20 | 19 | #define REST_SCHEMA_EVOLUTION "ON"
|
21 | 20 | #endif
|
0 commit comments