Primecoin: Update client version to 0.1.2

master
Sunny King 2013-07-30 06:27:57 +01:00 committed by mikaelh
parent e4235ad05a
commit 7e6444a267
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ BTC: 1EaHwHBWeoJtSM2jEdx9Su1NcKvdXbsqxX
LTC: LPD1zDChmqcqKGHFHuLX2JWMMEC5jD5J4j
XPM: AJHjbkVzHhHugd5bpKDtddVDfhtEB8jQZ4
Primecoin 0.1.1 BETA
Primecoin 0.1.2 BETA
====================
Copyright (c) 2013 Primecoin Developers

View File

@ -17,7 +17,7 @@ BTC: 1EaHwHBWeoJtSM2jEdx9Su1NcKvdXbsqxX
LTC: LPD1zDChmqcqKGHFHuLX2JWMMEC5jD5J4j
XPM: AJHjbkVzHhHugd5bpKDtddVDfhtEB8jQZ4
Primecoin 0.1.1 BETA
Primecoin 0.1.2 BETA
====================
Copyright (c) 2013 Primecoin Developers

View File

@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.1.1
!define VERSION 0.1.2
!define COMPANY "Primecoin project"
!define URL http://primecoin.org/
@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
OutFile primecoin-0.1.1-win32-setup.exe
OutFile primecoin-0.1.2-win32-setup.exe
InstallDir $PROGRAMFILES\Primecoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.1.1.0
VIProductVersion 0.1.2.0
VIAddVersionKey ProductName Primecoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"

View File

@ -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 1
#define PRIMECOIN_VERSION_REVISION 2
#define PRIMECOIN_VERSION_BUILD 0
// Copyright year (2009-this)