0.6.4 NOW

This commit is contained in:
lotodore
2009-03-22 20:12:52 +00:00
parent 1d5fd90ae9
commit 2e8ab6b4d5
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -25,12 +25,13 @@ is run on a vserver with very limited memory.
The following packages are required to compile the server: The following packages are required to compile the server:
* qmake (Qt development tools) * qmake (Qt development tools)
* boost 1.34.1, 1.36.0 recommended * boost 1.36, 1.38 recommended
- boost-thread - boost-thread
- boost-filesystem - boost-filesystem
- boost-datetime - boost-datetime
- boost-program_options - boost-program_options
- boost-iostreams - boost-iostreams
- boost-asio
* GnuTLS (any version should be fine) * GnuTLS (any version should be fine)
The following packages are optional but recommended: The following packages are optional but recommended:
+2 -2
View File
@@ -29,11 +29,11 @@
#define DEBUG_MODE 0 #define DEBUG_MODE 0
#define POKERTH_VERSION_MAJOR 0 #define POKERTH_VERSION_MAJOR 0
#define POKERTH_VERSION_MINOR 62 #define POKERTH_VERSION_MINOR 64
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 0 #define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.6.3" #define POKERTH_BETA_RELEASE_STRING "0.6.4"
enum ServerNetworkMode { enum ServerNetworkMode {
NETWORK_MODE_TCP = 1, NETWORK_MODE_TCP = 1,
+1 -1
View File
@@ -31,7 +31,7 @@
#include <list> #include <list>
#define NET_VERSION_MAJOR 5 #define NET_VERSION_MAJOR 5
#define NET_VERSION_MINOR 0 #define NET_VERSION_MINOR 1
#define MIN_PACKET_SIZE 4 #define MIN_PACKET_SIZE 4
#define MAX_PACKET_SIZE 268 #define MAX_PACKET_SIZE 268