From 9662b5bbb6cb94bab3f36c143ecab9f2b35c3f13 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 30 Oct 2007 22:07:56 +0000 Subject: [PATCH] Increment beta revision so that old clients display a note. --- pokerth_game.pro | 2 +- src/game_defs.h | 2 +- src/pokerth.cpp | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 5d8cc7e2..36841534 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -7,7 +7,7 @@ CODECFORSRC = UTF-8 CONFIG += qt thread embed_manifest_exe warn_on debug #Uncomment this for RELEASE -#QTPLUGIN += qjpeg qgif +QTPLUGIN += qjpeg qgif UI_DIR = uics MOC_DIR = mocs diff --git a/src/game_defs.h b/src/game_defs.h index 44cc67d8..5fd46aac 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -32,7 +32,7 @@ #define POKERTH_VERSION_MINOR 6 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 1 +#define POKERTH_BETA_REVISION 2 enum GameState { GAME_STATE_PREFLOP = 0, diff --git a/src/pokerth.cpp b/src/pokerth.cpp index effcfc28..7a7dfbfd 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -58,9 +58,9 @@ #endif //Uncomment this for RELEASE -// #include -// Q_IMPORT_PLUGIN(qjpeg) -// Q_IMPORT_PLUGIN(qgif) +#include +Q_IMPORT_PLUGIN(qjpeg) +Q_IMPORT_PLUGIN(qgif) using namespace std;