aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-16 22:07:37 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-16 22:07:37 +0200
commite05278cef564df8d4669ec2ed1e55522c4474749 (patch)
treee1f38dcb58bde911f138b278dc54bbd37b6787be
parentMerge pull request #728 (diff)
parentbump the version (diff)
downloadmonero-0.9.2.tar.xz
Merge pull request #730v0.9.2
435b6e4 bump the version (Riccardo Spagni) e4c2e9e baked-in block headers now go all the way up to 1 million. 1 MILLION (Riccardo Spagni)
-rw-r--r--src/blocks/checkpoints.datbin31824036 -> 32000004 bytes
-rw-r--r--src/version.h.in2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat
index a9085c2bc..8a6bed31a 100644
--- a/src/blocks/checkpoints.dat
+++ b/src/blocks/checkpoints.dat
Binary files differ
diff --git a/src/version.h.in b/src/version.h.in
index 08e39c00c..073129810 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,4 +1,4 @@
#define MONERO_VERSION_TAG "@VERSIONTAG@"
-#define MONERO_VERSION "0.9.1.0"
+#define MONERO_VERSION "0.9.2.0"
#define MONERO_RELEASE_NAME "Hydrogen Helix"
#define MONERO_VERSION_FULL MONERO_VERSION "-" MONERO_VERSION_TAG