This commit is contained in:
doitux
2007-12-02 21:25:24 +00:00
parent 544c7ec952
commit 207c35fba2
20 changed files with 1106 additions and 1325 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
#define POKERTH_VERSION_MINOR 6
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 6
#define POKERTH_BETA_RELEASE_STRING "0.6"
#define POKERTH_BETA_REVISION 7
#define POKERTH_BETA_RELEASE_STRING "0.6-rc"
enum ServerNetworkMode {
NETWORK_MODE_TCP = 1,