Skip to content

Commit 672feca

Browse files
committed
Updated TRestVersion.h to v2.3.7
1 parent c731668 commit 672feca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/framework/core/inc/TRestVersion.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* #endif
1111
*
1212
*/
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
13+
#define REST_RELEASE "2.3.7"
14+
#define REST_RELEASE_DATE "Wed 30 Jun"
15+
#define REST_RELEASE_TIME "2021 05:39:39 PM CEST"
16+
#define REST_GIT_COMMIT "c7316686"
17+
#define REST_VERSION_CODE 131847
1818
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
1919
#define REST_SCHEMA_EVOLUTION "ON"
2020
#endif

0 commit comments

Comments
 (0)