File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (c) 2011-2016 The Cryptonote developers
22// Copyright (c) 2014-2017 XDN-project developers
3+ // Copyright (c) 2018 DigitalNote XDN developers
34// Distributed under the MIT/X11 software license, see the accompanying
45// file COPYING or http://www.opensource.org/licenses/mit-license.php.
56
@@ -179,6 +180,8 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
179180 { 555878 , " 46d7eac1aea2054be6d98189b865f36c71e3444768f10ccf7fb6261e56e792fa" },
180181 { 663752 , " fa757b3f2afe9381c59e96584ad030638e992f5fe49ac2508e8732d53ff5cf25" },
181182 { 666192 , " 204cfa408cf13a87305381ffbceea25d99a327256c5077ac42b7d6310029d9c2" },
183+ { 669370 , " 06ef3179b8ea8a6b4b1945424384a73900a6c1a3a30bede9179dea7c6ca98a62" },
184+ { 676362 , " 0dd6e5c5371fadc30a995b5819698ecdbf438a96e3920df74f18164426ef620a" },
182185};
183186
184187const std::map<const uint32_t , const uint8_t > Version = {
Original file line number Diff line number Diff line change 11#define BUILD_COMMIT_ID "@VERSION@"
2- #define PROJECT_VERSION "5.0.2 -beta"
3- #define PROJECT_VERSION_BUILD_NO "1804 "
2+ #define PROJECT_VERSION "5.0.3 -beta"
3+ #define PROJECT_VERSION_BUILD_NO "1805 "
44#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"
You can’t perform that action at this time.
0 commit comments