Skip to content

Commit

Permalink
Update 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 10, 2017
1 parent e2fce79 commit ce804fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
{60001, "8e39967eb50b8a922cbfe22fe02989218345cbd61ae651ddbecf00834910ff50" },
{98466, "2a4f9183e801849c2b6b4a12324889efe3f22297c2ac8511c0644007eab9c728" },
{98842, "d66758508f0072fdd3c5b754167999b09ee3d0d39488c9cb9d3bb4f9f8f59c54" },
{103700, "5663cf2168371c745f163e5b4189ebac71242573cebf7d4c76fd1ac88da8b3bf" }
{103700, "5663cf2168371c745f163e5b4189ebac71242573cebf7d4c76fd1ac88da8b3bf" },
{106700, "678abbf293d1dae9eac831d5fc877a4f53bc98bb86c37e2e5c139af936fb2e1e" }
};

} // CryptoNote
Expand Down
4 changes: 2 additions & 2 deletions src/version.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "1.4.2"
#define PROJECT_VERSION_BUILD_NO "707"
#define PROJECT_VERSION "1.4.3"
#define PROJECT_VERSION_BUILD_NO "708"
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO " (" BUILD_COMMIT_ID ")"

0 comments on commit ce804fa

Please sign in to comment.