Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
warofcoins committed Apr 15, 2015
1 parent 1091c81 commit 219db8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and WarOfCoins-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70508;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 60023;
static const int PROTOCOL_VERSION = 60024;

// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand All @@ -54,7 +54,7 @@ static const int MEMPOOL_GD_VERSION = 60009;

#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 0
#define DISPLAY_VERSION_REVISION 1
#define DISPLAY_VERSION_REVISION 2
#define DISPLAY_VERSION_BUILD 0

#endif

0 comments on commit 219db8a

Please sign in to comment.