Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Oct 26, 2018
1 parent f00aba7 commit 0aa0b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
{120000, "4732064b59ca2aeeb7cb9339ce307268be3485a11617eed6de4745087abcb623" },
{130001, "c79b511759bbb277e6941e3b1a7e3301185cb7e81e7b604b7646867affcacfd2" },
{140000, "25898159bf209d441e1c9acec678cfa901de73e0d9208d5fc8a3e3267cee2c3b" },
{150000, "70d277ef0b2a2ea1b72bd1e87c5ed81a650e972dc977c03e299d3a09ce7ec7e3" },
};

} // 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 "Beta"
#define BUILD_COMMIT_ID "Stable"
#define PROJECT_VERSION "1.1"
#define PROJECT_VERSION_BUILD_NO "0"
#define PROJECT_VERSION_BUILD_NO "1"
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"

0 comments on commit 0aa0b0a

Please sign in to comment.