From c34c8413800562d59454691813836276f84b4e74 Mon Sep 17 00:00:00 2001 From: alexhz Date: Mon, 1 Apr 2013 07:39:58 +0000 Subject: [PATCH] Bump version to 0.3.4 --- src/makefile.unix | 1 + src/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/makefile.unix b/src/makefile.unix index 684585f..8078de0 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -4,6 +4,7 @@ # file license.txt or http://www.opensource.org/licenses/mit-license.php. USE_UPNP:=0 +STATIC:=1 DEFS=-DBOOST_SPIRIT_THREADSAFE diff --git a/src/version.h b/src/version.h index 35c7793..d61c542 100644 --- a/src/version.h +++ b/src/version.h @@ -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 3 -#define PPCOIN_VERSION_REVISION 3 +#define PPCOIN_VERSION_REVISION 4 #define PPCOIN_VERSION_BUILD 0 // -- 1.7.1