Set v8 fork height and change version

pull/88/head
jwinterm 6 years ago committed by wowario
parent 3450ae0fa7
commit b694d58cc8
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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));

@ -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"

Loading…
Cancel
Save