Preparing 0.7.1 release.

This commit is contained in:
lotodore
2009-06-25 20:32:58 +00:00
parent 3424dc17ad
commit 3ae3f9a883
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
#define POKERTH_VERSION_MINOR 71
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 1
#define POKERTH_BETA_RELEASE_STRING "0.7.1-beta"
#define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.7.1"
#define POKERTH_GT_STYLE_FILE_VERSION 1
#define POKERTH_CD_STYLE_FILE_VERSION 1
+1 -1
View File
@@ -38,7 +38,7 @@
#define NET_DEFAULT_GAME "default"
//uncomment for 0.7 beta
#define POKERTH_IS_07BETA
//#define POKERTH_IS_07BETA
using namespace std;