Updated version to pre5.

This commit is contained in:
Stephen Anthony 2017-03-04 16:09:38 -03:30
parent bb18b3e777
commit ebe50a1eca
1 changed files with 2 additions and 4 deletions

View File

@ -18,9 +18,7 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#include <cstdlib>
#define STELLA_VERSION "5.0.0-pre4"
#define STELLA_BUILD atoi("$Rev$" + 6)
#define STELLA_VERSION "5.0.0-pre5"
#define STELLA_BUILD "3242"
#endif