Set v8 fork height and change version

This commit is contained in:
jwinterm 2018-04-20 17:56:12 -07:00 committed by wowario
parent 3450ae0fa7
commit b694d58cc8
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
2 changed files with 4 additions and 3 deletions

View File

@ -90,7 +90,8 @@ static const struct {
time_t time;
} mainnet_hard_forks[] = {
//{ 1, 1, 0, 1341378000 },
{ 7, 1, 0, 1519605000 }
{ 7, 1, 0, 1519605000 },
{ 8, 6969, 0, 1524214739 },
};
static const uint64_t mainnet_hard_fork_version_1_till = ((uint64_t)(0));

View File

@ -1,6 +1,6 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.1.0.0-master"
#define DEF_MONERO_RELEASE_NAME "Awesome Akita"
#define DEF_MONERO_VERSION "0.2.0.0-master"
#define DEF_MONERO_RELEASE_NAME "Busty Brazzers"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
#include "version.h"