Update version to use date from cmake
This commit is contained in:
parent
f8e807f1ca
commit
8829dd860e
|
@ -5,4 +5,9 @@
|
|||
|
||||
*/
|
||||
|
||||
static const char TY_(release_date)[] = "17 January 2012";
|
||||
#ifdef RELEASE_DATE
|
||||
static const char TY_(release_date)[] = RELEASE_DATE;
|
||||
#else
|
||||
static const char TY_(release_date)[] = "2014/08/03";
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue