v0.5.2 snapshot nvc-v0.5.2
authorCryptoManiac <balthazar@yandex.ru>
Thu, 22 Jan 2015 19:26:21 +0000 (22:26 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 22 Jan 2015 19:26:21 +0000 (22:26 +0300)
src/clientversion.h
src/version.h

index 5c40ea5..e387fe4 100644 (file)
@@ -9,7 +9,7 @@
 #define CLIENT_VERSION_MAJOR       0
 #define CLIENT_VERSION_MINOR       7
 #define CLIENT_VERSION_REVISION    6
-#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!
index 572da25..287298a 100644 (file)
@@ -51,6 +51,6 @@ static const int MEMPOOL_GD_VERSION = 60002;
 
 #define DISPLAY_VERSION_MAJOR       0
 #define DISPLAY_VERSION_MINOR       5
-#define DISPLAY_VERSION_REVISION    1
+#define DISPLAY_VERSION_REVISION    2
 
 #endif