Increasing game version.

This commit is contained in:
lotodore
2009-06-19 22:08:24 +00:00
parent cd34aef6dc
commit 468e52d002
+3 -3
View File
@@ -29,11 +29,11 @@
#define DEBUG_MODE 0
#define POKERTH_VERSION_MAJOR 0
#define POKERTH_VERSION_MINOR 70
#define POKERTH_VERSION_MINOR 71
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.7.1-svn"
#define POKERTH_BETA_REVISION 1
#define POKERTH_BETA_RELEASE_STRING "0.7.1-beta"
#define POKERTH_GT_STYLE_FILE_VERSION 1
#define POKERTH_CD_STYLE_FILE_VERSION 1