Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
xdwangchn committed Apr 30, 2019
1 parent 8c15726 commit 5398255
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@
### Features

* change database backbone

<a name="Version 0.2.0"></a>
# Version 0.2.0 (2019-4-30)

### Features

* improve the robustness of peer-peer network.
* implement rpc/blockmaker for supernode.
* reconstruct template system
* remove dependency on MYSQL
* IPv6 support
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define MV_VERSION_NAME "Multiverse"

#define MV_VERSION_MAJOR 0
#define MV_VERSION_MINOR 1
#define MV_VERSION_REVISION 2
#define MV_VERSION_MINOR 2
#define MV_VERSION_REVISION 0

std::string FormatVersion(uint32 nVersion);

Expand Down

0 comments on commit 5398255

Please sign in to comment.