diff --git a/Makefile.Debug b/Makefile.Debug index 8a8a203..8c45d1f 100644 --- a/Makefile.Debug +++ b/Makefile.Debug @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: casinocoin-qt -# Generated by qmake (2.01a) (Qt 4.8.4) on: Wed Jul 17 17:29:56 2013 +# Generated by qmake (2.01a) (Qt 4.8.4) on: Sun Aug 4 00:17:51 2013 # Project: casinocoin-qt.pro # Template: app ############################################################################# diff --git a/Makefile.Release b/Makefile.Release index 656e1a5..7ee3b0e 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: casinocoin-qt -# Generated by qmake (2.01a) (Qt 4.8.4) on: Wed Jul 17 17:29:57 2013 +# Generated by qmake (2.01a) (Qt 4.8.4) on: Sun Aug 4 00:17:51 2013 # Project: casinocoin-qt.pro # Template: app ############################################################################# diff --git a/casinocoin-qt.pro b/casinocoin-qt.pro index fef44de..315ea3e 100644 --- a/casinocoin-qt.pro +++ b/casinocoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = -VERSION = 1.0.0.3 +VERSION = 1.0.0.4 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 __NO_SYSTEM_INCLUDES CONFIG += no_include_pwd diff --git a/share/setup.nsi b/share/setup.nsi index 2dddd71..2280a6c 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 1.0.0.3 +!define VERSION 1.0.0.4 !define COMPANY "CasinoCoin project" !define URL http://www.casinocoin.org/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile casinocoin-1.0.0.3-win32-setup.exe +OutFile casinocoin-1.0.0.4-win32-setup.exe InstallDir $PROGRAMFILES\CasinoCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 1.0.0.3 +VIProductVersion 1.0.0.4 VIAddVersionKey ProductName CasinoCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/version.h b/src/version.h index cc0f1a6..9935a0c 100644 --- a/src/version.h +++ b/src/version.h @@ -15,7 +15,7 @@ #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 3 +#define CLIENT_VERSION_BUILD 4 static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR