Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed Nov 10, 2015
1 parent 9b40cd5 commit 2c87899
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Peercoin (PPCoin) 0.4.0 BETA
Peercoin (PPCoin) 0.4.1 BETA

Copyright (c) 2011-2014 Peercoin (PPCoin) 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 @@
Peercoin (PPCoin) 0.4.0 BETA
Peercoin (PPCoin) 0.4.1 BETA

Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
6 changes: 3 additions & 3 deletions 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 0.4.0
!define VERSION 0.4.1
!define COMPANY "PPCoin project"
!define URL http://github.com/ppcoin/ppcoin/

Expand Down Expand Up @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English

# Installer attributes
OutFile ppcoin-0.4.0-win32-setup.exe
OutFile ppcoin-0.4.1-win32-setup.exe
InstallDir $PROGRAMFILES\PPCoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.4.0.0
VIProductVersion 0.4.1.0
VIAddVersionKey ProductName PPCoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern const std::string CLIENT_DATE;
// ppcoin version - intended for display purpose ONLY
#define PPCOIN_VERSION_MAJOR 0
#define PPCOIN_VERSION_MINOR 4
#define PPCOIN_VERSION_REVISION 0
#define PPCOIN_VERSION_REVISION 1
#define PPCOIN_VERSION_BUILD 0

static const int PPCOIN_VERSION =
Expand Down

0 comments on commit 2c87899

Please sign in to comment.