Skip to content

Commit

Permalink
Increase Version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidian committed Jul 17, 2015
1 parent db74405 commit 9c816f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion gambit-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = gambit-qt
VERSION = 1.0.0.0
VERSION = 1.1.0.0
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
Expand All @@ -25,6 +25,23 @@ OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build


windows {
BOOST_LIB_SUFFIX=-mgw49-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1l/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1l
MINIUPNPC_INCLUDE_PATH=C:/deps
LIBPNG_INCLUDE_PATH=C:/deps/libpng-1.6.12
LIBPNG_LIB_PATH=C:/deps/libpng-1.6.12/.libs
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
}

build_macosx64 {
QMAKE_TARGET_BUNDLE_PREFIX = com.gambitcoin
BOOST_LIB_SUFFIX=-mt
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -7,7 +7,7 @@

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0

Expand Down

0 comments on commit 9c816f7

Please sign in to comment.