Skip to content

Commit

Permalink
Merge pull request #168 from phelixnmc/v0.3.76rc1
Browse files Browse the repository at this point in the history
Bump version to 0.3.76rc1, changelog
  • Loading branch information
phelixbtc committed Aug 30, 2014
2 parents 1dd85b9 + 40fb8e3 commit 10cb6bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

v0.3.76rc1
========
* Set default fee per kb to 0.005NMC (phelix)
* Several optimizations to improve handling of large/many network transactions (Domob)
* Only accept finished transactions (phelix)
* Relay transaction size limited to 20kb (consensus/phelix)
Expand Down
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.76
VERSION = 0.3.76rc1
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down
2 changes: 1 addition & 1 deletion src/qt/res/bitcoin-qt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 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!
Expand Down
2 changes: 1 addition & 1 deletion src/serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;

static const int VERSION = 37600;
static const int VERSION = 37601;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;

Expand Down

0 comments on commit 10cb6bb

Please sign in to comment.