Skip to content

Commit

Permalink
Update client version to 0.1.4 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aardvark3 authored and sunnyking committed Oct 19, 2019
1 parent 5d7807c commit 5ca5233
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/README.md
@@ -1,4 +1,4 @@
Primecoin 0.1.3
Primecoin 0.1.4
====================

Copyright (c) 2013 Primecoin Developers
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
@@ -1,4 +1,4 @@
Primecoin 0.1.3
Primecoin 0.1.4
====================

Copyright (c) 2013 Primecoin Developers
Expand Down
6 changes: 3 additions & 3 deletions share/setup.nsi
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.1.3
!define VERSION 0.1.4
!define COMPANY "Primecoin project"
!define URL http://primecoin.org/

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

# Installer attributes
OutFile primecoin-0.1.3-win32-setup.exe
OutFile primecoin-0.1.4-win32-setup.exe
InstallDir $PROGRAMFILES\Primecoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.1.3.0
VIProductVersion 0.1.4.0
VIAddVersionKey ProductName Primecoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -17,7 +17,7 @@
// primecoin client version - intended for display purpose ONLY
#define PRIMECOIN_VERSION_MAJOR 0
#define PRIMECOIN_VERSION_MINOR 1
#define PRIMECOIN_VERSION_REVISION 3
#define PRIMECOIN_VERSION_REVISION 4
#define PRIMECOIN_VERSION_BUILD 0

// Copyright year (2009-this)
Expand Down

0 comments on commit 5ca5233

Please sign in to comment.