Skip to content

Commit

Permalink
Update version to match configure file
Browse files Browse the repository at this point in the history
  • Loading branch information
blondfrogs committed Apr 13, 2020
1 parent 2ff2700 commit 7a8b0c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
// Update these four values on every release cycle
// These values should match the values in configure.ac
// Used for checking the Ravencoin releases on github
static const std::string SOFTWARE_VERSION = "v3.3.2";
static const int MAIN_SOFTWARE_VERSION = 3;
static const int SECOND_SOFTWARE_VERSION = 3;
static const int THIRD_SOFTWARE_VERSION = 2;
static const std::string SOFTWARE_VERSION = "v4.0.0";
static const int MAIN_SOFTWARE_VERSION = 4;
static const int SECOND_SOFTWARE_VERSION = 0;
static const int THIRD_SOFTWARE_VERSION = 0;

static const int PROTOCOL_VERSION = 70026;

Expand Down

0 comments on commit 7a8b0c3

Please sign in to comment.