Skip to content

Commit

Permalink
Bump version to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
teamswipp committed Dec 4, 2019
1 parent b4d9774 commit 5bd06f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neutron-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Neutron-qt
VERSION = 3.0.8
VERSION = 3.0.9
INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_NO_CXX11_SCOPED_ENUMS
CONFIG += no_include_pwd
Expand Down
2 changes: 1 addition & 1 deletion share/setup.nsi
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 3.0.8
!define VERSION 3.0.9
!define COMPANY "Neutron project"
!define URL https://www.neutroncoin.com/

Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -12,7 +12,7 @@
// These need to be macros, as clientversion.cpp's and neutron*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 8
#define CLIENT_VERSION_REVISION 9
#define CLIENT_VERSION_BUILD 0

/**
Expand Down

0 comments on commit 5bd06f1

Please sign in to comment.