Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranz5 committed May 29, 2014
1 parent e8a4379 commit e519972
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const std::string CLIENT_NAME("Satoshi");

// Client version number
#define CLIENT_VERSION_SUFFIX "-flound"
#define CLIENT_VERSION_SUFFIX "-2.0beta"


// The following part of the code determines the CLIENT_BUILD variable.
Expand All @@ -36,8 +36,8 @@ const std::string CLIENT_NAME("Satoshi");
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID "32a928e"
# define GIT_COMMIT_DATE "$Format:%cD"
# define GIT_COMMIT_ID "e8a4379"
# define GIT_COMMIT_DATE "Wed May 28 23:59:59 2014"
#endif

#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
Expand Down
8 changes: 4 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 70001;
static const int PROTOCOL_VERSION = 70002;

// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 60008;
Expand All @@ -45,8 +45,8 @@ static const int BIP0031_VERSION = 60000;
static const int MEMPOOL_GD_VERSION = 60002;

#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 5
#define DISPLAY_VERSION_REVISION 2
#define DISPLAY_VERSION_BUILD 1
#define DISPLAY_VERSION_MINOR 9
#define DISPLAY_VERSION_REVISION 9
#define DISPLAY_VERSION_BUILD 9

#endif
2 changes: 1 addition & 1 deletion src/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum WalletFeature
FEATURE_WALLETCRYPT = 40000, // wallet encryption
FEATURE_COMPRPUBKEY = 60000, // compressed public keys

FEATURE_LATEST = 60000
FEATURE_LATEST = 60001
};


Expand Down

0 comments on commit e519972

Please sign in to comment.