Preparing 0.7.1 release.
This commit is contained in:
@@ -11,6 +11,8 @@ Linux:
|
|||||||
- libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options,
|
- libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options,
|
||||||
libboost_iostreams, libboost_asio, libboost_regex
|
libboost_iostreams, libboost_asio, libboost_regex
|
||||||
(version >= 1.36, 1.38.0 recommended) --> http://www.boost.org/
|
(version >= 1.36, 1.38.0 recommended) --> http://www.boost.org/
|
||||||
|
NOTE: Please do not use boost 1.39.0 for the dedicated server, due to bug
|
||||||
|
https://svn.boost.org/trac/boost/ticket/3095
|
||||||
- libSDL_mixer, libSDL --> http://www.libsdl.org/
|
- libSDL_mixer, libSDL --> http://www.libsdl.org/
|
||||||
|
|
||||||
NOTE: PokerTH might compile with libboost < 1.36 but occasional crashes will occur!
|
NOTE: PokerTH might compile with libboost < 1.36 but occasional crashes will occur!
|
||||||
|
|||||||
+2
-2
@@ -32,8 +32,8 @@
|
|||||||
#define POKERTH_VERSION_MINOR 71
|
#define POKERTH_VERSION_MINOR 71
|
||||||
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
||||||
|
|
||||||
#define POKERTH_BETA_REVISION 1
|
#define POKERTH_BETA_REVISION 0
|
||||||
#define POKERTH_BETA_RELEASE_STRING "0.7.1-beta"
|
#define POKERTH_BETA_RELEASE_STRING "0.7.1"
|
||||||
|
|
||||||
#define POKERTH_GT_STYLE_FILE_VERSION 1
|
#define POKERTH_GT_STYLE_FILE_VERSION 1
|
||||||
#define POKERTH_CD_STYLE_FILE_VERSION 1
|
#define POKERTH_CD_STYLE_FILE_VERSION 1
|
||||||
|
|||||||
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
#define NET_DEFAULT_GAME "default"
|
#define NET_DEFAULT_GAME "default"
|
||||||
|
|
||||||
//uncomment for 0.7 beta
|
//uncomment for 0.7 beta
|
||||||
#define POKERTH_IS_07BETA
|
//#define POKERTH_IS_07BETA
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user