Skip to content

Commit

Permalink
Bump version to 0.3.80.
Browse files Browse the repository at this point in the history
  • Loading branch information
domob1812 committed Dec 17, 2014
1 parent d0dd75f commit 08d3deb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion namecoin-qt.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/qt/res/bitcoin-qt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
4 changes: 2 additions & 2 deletions src/serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;



Expand Down

0 comments on commit 08d3deb

Please sign in to comment.