From: alexhz Date: Mon, 1 Apr 2013 07:39:58 +0000 (+0000) Subject: Bump version to 0.3.4 X-Git-Tag: v0.4.0-unstable~16 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=c34c8413800562d59454691813836276f84b4e74;hp=e6d475149e9828cf8526fcd9f6a9c105c62e8dab Bump version to 0.3.4 --- 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 //