-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update checkpoints and seed nodes - Change binary versioning to 0.3.0.0 code name "Aomori" - Update hardfork height for ver 3 to #116520 to better catchup with changes blocktime due to hight/fluctuated network hashrate
- Loading branch information
1 parent
8500ff7
commit 661828c
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define SUMOKOIN_VERSION_TAG "@VERSIONTAG@" | ||
#define SUMOKOIN_VERSION "0.2.0.0" | ||
#define SUMOKOIN_RELEASE_NAME "Sapporo" | ||
#define SUMOKOIN_VERSION "0.3.0.0" | ||
#define SUMOKOIN_RELEASE_NAME "Aomori" | ||
#define SUMOKOIN_VERSION_FULL SUMOKOIN_VERSION "-" SUMOKOIN_VERSION_TAG |