From: alex Date: Fri, 23 Aug 2013 23:19:27 +0000 (+0400) Subject: Bump version to 0.4.4.3 X-Git-Tag: v0.4.4.3^0 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=afd232b14cff5c63a56bd1bcf29f092aa9fefa4e Bump version to 0.4.4.3 --- diff --git a/src/clientversion.h b/src/clientversion.h index bf5ead6..2df9e4b 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 #define CLIENT_VERSION_REVISION 5 -#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! diff --git a/src/version.h b/src/version.h index 30e4488..32a2201 100644 --- a/src/version.h +++ b/src/version.h @@ -47,6 +47,6 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 0 #define DISPLAY_VERSION_MINOR 4 #define DISPLAY_VERSION_REVISION 4 -#define DISPLAY_VERSION_BUILD 2 +#define DISPLAY_VERSION_BUILD 3 #endif