Skip to content

Commit

Permalink
modify mvs version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowen committed Jun 25, 2018
1 parent fa68f26 commit 76d8856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/metaverse/bitcoin/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* For interpretation of the versioning scheme see: http://semver.org
*/

#define MVS_VERSION "0.8.0"
#define MVS_VERSION "0.8.1"
#define MVS_MAJOR_VERSION 0
#define MVS_MINOR_VERSION 8
#define MVS_PATCH_VERSION 0
#define MVS_PATCH_VERSION 1

#endif
4 changes: 2 additions & 2 deletions include/metaverse/explorer/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* For interpretation of the versioning scheme see: http://semver.org
*/

#define MVS_EXPLORER_VERSION "0.8.0"
#define MVS_EXPLORER_VERSION "0.8.1"
#define MVS_EXPLORER_MAJOR_VERSION 0
#define MVS_EXPLORER_MINOR_VERSION 8
#define MVS_EXPLORER_PATCH_VERSION 0
#define MVS_EXPLORER_PATCH_VERSION 1

#endif

0 comments on commit 76d8856

Please sign in to comment.