Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Mar 26, 2015
1 parent 2c137f3 commit b5167c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mastercore_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <string>

// Increase with every consensus affecting change
#define OMNICORE_VERSION_MAJOR 9
#define OMNICORE_VERSION_MAJOR 10

// Increase with every non-consensus affecting feature
#define OMNICORE_VERSION_MINOR 2
#define OMNICORE_VERSION_MINOR 0

// Increase with every patch, which is not a feature or consensus affecting
#define OMNICORE_VERSION_PATCH 0
Expand Down

0 comments on commit b5167c3

Please sign in to comment.