Skip to content

Commit

Permalink
Bump version to 4.0.2.666
Browse files Browse the repository at this point in the history
  • Loading branch information
teamswipp committed Jun 22, 2020
1 parent 5028acc commit 5c3d6c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion neutron-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Neutron-qt
VERSION = 4.0.1
VERSION = 4.0.2
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

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

Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// These need to be macros, as clientversion.cpp's and neutron*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 4
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 666

#define COPYRIGHT_YEAR 2020

Expand Down

0 comments on commit 5c3d6c9

Please sign in to comment.