mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 04:19:47 -08:00
Version 1.0.4 update
Version 1.0.4 update for added checkpoints
This commit is contained in:
@@ -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
|
||||
#############################################################################
|
||||
|
||||
@@ -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
|
||||
#############################################################################
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user