Skip to content

Commit

Permalink
Merge pull request #78 from stoffu/aeon-bump-0.12.7
Browse files Browse the repository at this point in the history
 Bump version to 0.12.7
  • Loading branch information
aeonix committed Nov 27, 2018
2 parents 6860d50 + 30ee11c commit 7c4f9e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
1 change: 1 addition & 0 deletions src/checkpoints/checkpoints.cpp
Expand Up @@ -185,6 +185,7 @@ namespace cryptonote
ADD_CHECKPOINT(798358, "804c7fe07511d9387e7cda534c9e8b644d406d8d0ff299799a8177850d4e75a0");
ADD_CHECKPOINT(871000, "99f7e5460da3fb4e2b15214017b0a17ff0294823ad852259ff837f0ffeeb90f0");
ADD_CHECKPOINT(959800, "8a89ede82ae1e3408703feae87c99bccca8455744743eede02bd76b43d202dc6");
ADD_CHECKPOINT(1026000, "ea5ace68a81b3b50ec27a457799fec63a9d45acd35a38e31e2b7b5be2315a13e");


return true;
Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Expand Up @@ -4508,7 +4508,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "f3b4675fb57acaf0c1a60ab4ac98be4c3767987f9e8f35ac5df1cab3f4224f45";
static const char expected_block_hashes_hash[] = "01ad1543ca3842a9b82b9b6c8da6934f6ee8afe0016ac69b9b2c7f7d7a9a0c2c";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
@@ -1,5 +1,5 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.12.6.0-master"
#define DEF_MONERO_VERSION "0.12.7.0-master"
#define DEF_MONERO_RELEASE_NAME "Sophia"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG

Expand Down

0 comments on commit 7c4f9e4

Please sign in to comment.