mirror of https://github.com/stella-emu/stella.git
Second pass at adding build info.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1894 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
3939eb803a
commit
25f483dc27
|
@ -19,6 +19,8 @@
|
||||||
#ifndef VERSION_HXX
|
#ifndef VERSION_HXX
|
||||||
#define VERSION_HXX
|
#define VERSION_HXX
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
#define STELLA_BASE_VERSION "3.1_svn"
|
#define STELLA_BASE_VERSION "3.1_svn"
|
||||||
|
|
||||||
#ifdef NIGHTLY_BUILD
|
#ifdef NIGHTLY_BUILD
|
||||||
|
@ -27,6 +29,6 @@
|
||||||
#define STELLA_VERSION STELLA_BASE_VERSION
|
#define STELLA_VERSION STELLA_BASE_VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STELLA_BUILD $Rev$
|
#define STELLA_BUILD atoi("$Rev$"+6)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue