diff --git a/doc/README.md b/doc/README.md index e2b30b8981901..6ef651dae47ea 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -Primecoin 0.1.3 +Primecoin 0.1.4 ==================== Copyright (c) 2013 Primecoin Developers diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 89e5f14bb33cf..dab3397033daf 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -Primecoin 0.1.3 +Primecoin 0.1.4 ==================== Copyright (c) 2013 Primecoin Developers diff --git a/share/setup.nsi b/share/setup.nsi index a1a11b81af974..80b9be74cf6d1 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -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/ @@ -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}" diff --git a/src/clientversion.h b/src/clientversion.h index 583c1534d2d28..e316a03b29fc8 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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)