Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sparklecoin committed Jun 19, 2018
1 parent c3ad75e commit 54c36d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sparklecoin 1.1.0
Sparklecoin 1.1.1
Copyright (c) 2014-2018 Sparklecoin developers

Distributed under the MIT/X11 software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sparklecoin 1.1.0
Sparklecoin 1.1.1
Copyright (c) 2014-2018 Sparklecoin developers

Distributed under the MIT/X11 software license, see the accompanying
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 1.1.0.0
!define VERSION 1.1.1.0
!define COMPANY "Sparklecoin project"
!define URL http://github.com/sparklecoin/sparklecoin/

Expand Down
2 changes: 1 addition & 1 deletion sparklecoin.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = sparklecoin
VERSION = 1.1.0.0
VERSION = 1.1.1.0
INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6
CONFIG += no_include_pwd
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// sparklecoin version - intended for display purpose only
#define SPARKLEUNITY_VERSION_MAJOR 1
#define SPARKLEUNITY_VERSION_MINOR 1
#define SPARKLEUNITY_VERSION_REVISION 0
#define SPARKLEUNITY_VERSION_REVISION 1
#define SPARKLEUNITY_VERSION_BUILD 0

static const int SPARKLEUNITY_VERSION =
Expand Down

0 comments on commit 54c36d4

Please sign in to comment.