Preparing beta3.

This commit is contained in:
lotodore
2010-09-05 14:34:23 +00:00
parent 6464700d94
commit bf3d0627fb
+3 -3
View File
@@ -32,11 +32,11 @@
#define POKERTH_VERSION_MINOR 80
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 2
#define POKERTH_BETA_RELEASE_STRING "0.8-beta2"
#define POKERTH_BETA_REVISION 3
#define POKERTH_BETA_RELEASE_STRING "0.8-beta3"
#define RANKING_GAME_START_CASH 10000
#define RANKING_GAME_NUMBER_OF_PLAYERS 5
#define RANKING_GAME_NUMBER_OF_PLAYERS 10
#define RANKING_GAME_START_SBLIND 50
#define RANKING_GAME_RAISE_EVERY_HAND 11