Skip to content

Commit

Permalink
Updated TRestVersion.h to v2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jun 6, 2020
1 parent 5df1d8a commit 78471da
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions source/restcore/inc/TRestVersion.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#ifndef REST_Version
#define REST_Version
/* Version information automatically generated by installer. */ /*
* These macros can be used in the following way:
*
* #if REST_VERSION_CODE >= REST_VERSION(2,23,4)
* #include <newheader.h>
* #else
* #include <oldheader.h>
* #endif
*
*/
#define REST_RELEASE "2.2.17"
#define REST_RELEASE_DATE "Mon May 11"
#define REST_RELEASE_TIME "22:48:25 CEST 2020"
#define REST_GIT_COMMIT "8b84e682"
#define REST_VERSION_CODE 131601
#define REST_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c))
/* Version information automatically generated by installer. *//*
* These macros can be used in the following way:
*
* #if REST_VERSION_CODE >= REST_VERSION(2,23,4)
* #include <newheader.h>
* #else
* #include <oldheader.h>
* #endif
*
*/
#define REST_RELEASE "2.2.18"
#define REST_RELEASE_DATE "Sat Jun 6"
#define REST_RELEASE_TIME "13:08:53 CEST 2020"
#define REST_GIT_COMMIT "5df1d8a2"
#define REST_VERSION_CODE 131602
#define REST_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define REST_SCHEMA_EVOLUTION "ON"
#endif

0 comments on commit 78471da

Please sign in to comment.