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:
stephena 2009-11-07 17:58:07 +00:00
parent 3939eb803a
commit 25f483dc27
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#include <cstdlib>
#define STELLA_BASE_VERSION "3.1_svn"
#ifdef NIGHTLY_BUILD
@ -27,6 +29,6 @@
#define STELLA_VERSION STELLA_BASE_VERSION
#endif
#define STELLA_BUILD $Rev$
#define STELLA_BUILD atoi("$Rev$"+6)
#endif