Skip to content

Commit

Permalink
changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4J committed Jan 4, 2016
1 parent 326445b commit b70ad6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/clientversion.h
Expand Up @@ -7,13 +7,13 @@

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

// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source
#define COPYRIGHT_YEAR 2015
#define COPYRIGHT_YEAR 2016

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
8 changes: 4 additions & 4 deletions src/version.h
Expand Up @@ -53,9 +53,9 @@ static const int BIP0031_VERSION = 60000;
// "mempool" command, enhanced "getdata" behavior starts with this version:
static const int MEMPOOL_GD_VERSION = 60002;

#define DISPLAY_VERSION_MAJOR 2
#define DISPLAY_VERSION_MINOR 1
#define DISPLAY_VERSION_REVISION 3
#define DISPLAY_VERSION_BUILD 0
#define DISPLAY_VERSION_MAJOR CLIENT_VERSION_MAJOR
#define DISPLAY_VERSION_MINOR CLIENT_VERSION_MINOR
#define DISPLAY_VERSION_REVISION CLIENT_VERSION_REVISION
#define DISPLAY_VERSION_BUILD CLIENT_VERSION_BUILD

#endif

0 comments on commit b70ad6f

Please sign in to comment.