Update version to use date from cmake

This commit is contained in:
Geoff McLane 2014-08-03 20:09:37 +02:00
parent f8e807f1ca
commit 8829dd860e

View file

@ -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