Skip to content

Commit

Permalink
Version Bump - v1.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiBTC committed Apr 25, 2016
1 parent ede3c5e commit d4e7d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sativacoin-qt.pro
@@ -1,9 +1,9 @@
TEMPLATE = app
TARGET = sativacoin-Qt
VERSION = 1.2.0.0
VERSION = 1.3.0.0
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
QT += core gui network printsupport
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN __NO_SYSTEM_INCLUDES
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE __STDC_FORMAT_MACROS __STDC_LIMIT_MACROS BOOST_SPIRIT_THREADSAFE USE_IPV6
DEFINES += STATIC
DEFINES += QT_STATIC_BUILD
CONFIG += no_include_pwd
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 2
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0

Expand Down

0 comments on commit d4e7d3d

Please sign in to comment.