Skip to content

Commit

Permalink
New checkpoints added. Upgrading to v3.5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
furiousteam committed Dec 1, 2019
1 parent 7a9c646 commit 36c6cc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/config/CryptoNoteCheckpoints.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,18 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
{ 320000, "8a1b8623ebfd9efc4df07164d425e3dd2bd42d406717d63daf4b1fb0bb7d28cf"},
{ 325000, "21989c55a3d64f61768b9e1f5b237c2fb3f331a550949bf1b0578b01d88626e7"},
{ 330000, "01f365b7f9b33288e260ff8873e9ee35e6b44ee25f1b0c4033510cf8a577fac5"},
{ 335000, "1191ede7e8dd1a1f1c1ace6a58eadb028b796716dbcad87ee34472da285ffd33"}
{ 335000, "1191ede7e8dd1a1f1c1ace6a58eadb028b796716dbcad87ee34472da285ffd33"},
{ 340000, "d32ddb65f6b0cdbd4e2bf6048cfbdf9f81eeb4a61edfd89450861b31257cbaa7"},
{ 345000, "deadb1c41e5ad25eb2026bab3b59a943e98936fe62a7d8c175d09500d8656cf1"},
{ 350000, "8b7dd7f6c8df4695e2775ea8683ee3a19794b56db403bf89b0107fd6eb6102f0"},
{ 355000, "e55ba9088f81cfc6d2704887dc4b0b0fdc10a5a66156997263f6f66448af314e"},
{ 360000, "7135ee447569a058b71ca6862bb140a465b3ed8ae4e9863f1d6c59cd49cb481b"},
{ 365000, "73f46d9d5b9e2f320f11820df550c9cd096192463fe74cce9e3c933e7b691761"},
{ 370000, "069b9d721d129ef087f0e9161cb9a3c2b0c722cad7b30e7511c0e11094b04787"},
{ 375000, "593c9028a3113dbc96446f08a68f8a3b02ab292fbe92402c2087a38b04372aae"},
{ 380000, "2ad24ef3cd29a3e6f230e88a5f9834729af481c8eb32460f2056e8acc06eb16e"},
{ 385000, "8b311687f4db3c8ebcad9e2c5d9d05b4985d11e86f22fb99c76c01163b948224"}


};
}
2 changes: 1 addition & 1 deletion src/config/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define APP_VER_MAJOR 3
#define APP_VER_MINOR 5
#define APP_VER_REV 1
#define APP_VER_BUILD 2
#define APP_VER_BUILD 3

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
Expand Down

1 comment on commit 36c6cc6

@jsbentley34
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit

Please sign in to comment.