Merge pull request #3908
827ca3f
bump version for 0.12.2 point release (fluffypony)95ccf50
update checkpoints.dat for point release (fluffypony)
This commit is contained in:
commit
2619d966c6
Binary file not shown.
|
@ -4431,7 +4431,7 @@ void Blockchain::cancel()
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(PER_BLOCK_CHECKPOINT)
|
#if defined(PER_BLOCK_CHECKPOINT)
|
||||||
static const char expected_block_hashes_hash[] = "59261c03b54bcb21bd463f9fe40a94f40840a12642e9a3b3bfb11b35839a5fe3";
|
static const char expected_block_hashes_hash[] = "0924bc1c47aae448321fde949554be192878dd800e6489379865218f84eacbca";
|
||||||
void Blockchain::load_compiled_in_block_hashes()
|
void Blockchain::load_compiled_in_block_hashes()
|
||||||
{
|
{
|
||||||
const bool testnet = m_nettype == TESTNET;
|
const bool testnet = m_nettype == TESTNET;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
|
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
|
||||||
#define DEF_MONERO_VERSION "0.12.1.0-master"
|
#define DEF_MONERO_VERSION "0.12.2.0-master"
|
||||||
#define DEF_MONERO_RELEASE_NAME "Lithium Luna"
|
#define DEF_MONERO_RELEASE_NAME "Lithium Luna"
|
||||||
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue