Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scificrypto committed Feb 27, 2019
1 parent 9316536 commit df1f968
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const std::string CLIENT_NAME("CryptoBuck");
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID ""
# define GIT_COMMIT_DATE "27 Jan 2017"
# define GIT_COMMIT_DATE "27 Feb 2019"
#endif

#define BUILD_DESC_FROM_COMMIT(maj,min,rev,commit) \
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70507;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 60018;
static const int PROTOCOL_VERSION = 60020;

// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 209;
Expand All @@ -44,7 +44,7 @@ static const int NOBLKS_VERSION_START = 60002;
static const int NOBLKS_VERSION_END = 60006;

#define DISPLAY_VERSION_MAJOR 2
#define DISPLAY_VERSION_MINOR 1
#define DISPLAY_VERSION_MINOR 2
#define DISPLAY_VERSION_REVISION 1

#endif

0 comments on commit df1f968

Please sign in to comment.