Set v8 fork height and change version
This commit is contained in:
parent
3450ae0fa7
commit
b694d58cc8
|
@ -90,7 +90,8 @@ static const struct {
|
||||||
time_t time;
|
time_t time;
|
||||||
} mainnet_hard_forks[] = {
|
} mainnet_hard_forks[] = {
|
||||||
//{ 1, 1, 0, 1341378000 },
|
//{ 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));
|
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_TAG "@VERSIONTAG@"
|
||||||
#define DEF_MONERO_VERSION "0.1.0.0-master"
|
#define DEF_MONERO_VERSION "0.2.0.0-master"
|
||||||
#define DEF_MONERO_RELEASE_NAME "Awesome Akita"
|
#define DEF_MONERO_RELEASE_NAME "Busty Brazzers"
|
||||||
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
Loading…
Reference in New Issue