diff --git a/pokerth_game.pro b/pokerth_game.pro index 35c6d09a..8dd8d7fe 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -3,8 +3,7 @@ isEmpty( PREFIX ):PREFIX = /usr TEMPLATE = app CODECFORSRC = UTF-8 -CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release -#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug +CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on # ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt) #QTPLUGIN += qjpeg qgif diff --git a/pokerth_lib.pro b/pokerth_lib.pro index ae6aac46..055fe2a0 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -3,8 +3,7 @@ TEMPLATE = lib CODECFORSRC = UTF-8 -CONFIG += staticlib thread exceptions rtti stl warn_on release -#CONFIG += staticlib thread exceptions rtti stl warn_on debug +CONFIG += staticlib thread exceptions rtti stl warn_on UI_DIR = uics TARGET = lib/pokerth_lib diff --git a/pokerth_server.pro b/pokerth_server.pro index 01eaf1c7..906de29d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -7,8 +7,7 @@ isEmpty( PREFIX ){ TEMPLATE = app CODECFORSRC = UTF-8 -CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on release -#CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on debug +CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on UI_DIR = uics TARGET = bin/pokerth_server diff --git a/src/game_defs.h b/src/game_defs.h index 54aa837b..309406a6 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -33,7 +33,7 @@ #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.7.1" +#define POKERTH_BETA_RELEASE_STRING "0.8-svn" #define POKERTH_GT_STYLE_FILE_VERSION 1 #define POKERTH_CD_STYLE_FILE_VERSION 1