From 08d3deb5f7d8df62f7f04355bc45742c79f5aa38 Mon Sep 17 00:00:00 2001 From: Daniel Kraft Date: Wed, 17 Dec 2014 10:20:18 +0100 Subject: [PATCH] Bump version to 0.3.80. --- namecoin-qt.pro | 2 +- src/qt/res/bitcoin-qt.rc | 4 ++-- src/serialize.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/namecoin-qt.pro b/namecoin-qt.pro index d09b27a88..7b712b788 100644 --- a/namecoin-qt.pro +++ b/namecoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = namecoin-qt macx:TARGET = "Namecoin-Qt" -VERSION = 0.3.76rc1 +VERSION = 0.3.80 INCLUDEPATH += src src/json src/qt QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/src/qt/res/bitcoin-qt.rc b/src/qt/res/bitcoin-qt.rc index 4e05db635..ba64ed4db 100644 --- a/src/qt/res/bitcoin-qt.rc +++ b/src/qt/res/bitcoin-qt.rc @@ -8,8 +8,8 @@ IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico" #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 3 -#define CLIENT_VERSION_REVISION 76 -#define CLIENT_VERSION_BUILD 1 +#define CLIENT_VERSION_REVISION 80 +#define CLIENT_VERSION_BUILD 0 // 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/serialize.h b/src/serialize.h index b8bb2a48f..398fa22b8 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -35,9 +35,9 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 37601; +static const int VERSION = 38000; static const char* pszSubVer = ""; -static const bool VERSION_IS_BETA = true; +static const bool VERSION_IS_BETA = false;