Version 1.0.4 update

Version 1.0.4 update for added checkpoints
This commit is contained in:
transcoder
2013-08-04 00:35:26 -06:00
parent f3307413ec
commit dda2f89183
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
############################################################################# #############################################################################
# Makefile for building: casinocoin-qt # 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 # Project: casinocoin-qt.pro
# Template: app # Template: app
############################################################################# #############################################################################

View File

@@ -1,6 +1,6 @@
############################################################################# #############################################################################
# Makefile for building: casinocoin-qt # 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 # Project: casinocoin-qt.pro
# Template: app # Template: app
############################################################################# #############################################################################

View File

@@ -1,6 +1,6 @@
TEMPLATE = app TEMPLATE = app
TARGET = TARGET =
VERSION = 1.0.0.3 VERSION = 1.0.0.4
INCLUDEPATH += src src/json src/qt INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 __NO_SYSTEM_INCLUDES DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 __NO_SYSTEM_INCLUDES
CONFIG += no_include_pwd CONFIG += no_include_pwd

View File

@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
# General Symbol Definitions # General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)" !define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 1.0.0.3 !define VERSION 1.0.0.4
!define COMPANY "CasinoCoin project" !define COMPANY "CasinoCoin project"
!define URL http://www.casinocoin.org/ !define URL http://www.casinocoin.org/
@@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English !insertmacro MUI_LANGUAGE English
# Installer attributes # Installer attributes
OutFile casinocoin-1.0.0.3-win32-setup.exe OutFile casinocoin-1.0.0.4-win32-setup.exe
InstallDir $PROGRAMFILES\CasinoCoin InstallDir $PROGRAMFILES\CasinoCoin
CRCCheck on CRCCheck on
XPStyle on XPStyle on
BrandingText " " BrandingText " "
ShowInstDetails show ShowInstDetails show
VIProductVersion 1.0.0.3 VIProductVersion 1.0.0.4
VIAddVersionKey ProductName CasinoCoin VIAddVersionKey ProductName CasinoCoin
VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyName "${COMPANY}"

View File

@@ -15,7 +15,7 @@
#define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 3 #define CLIENT_VERSION_BUILD 4
static const int CLIENT_VERSION = static const int CLIENT_VERSION =
1000000 * CLIENT_VERSION_MAJOR 1000000 * CLIENT_VERSION_MAJOR