From 5881bec7d688d8507decfcff3562044b6d5a5f8b Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 15 Oct 2018 16:23:35 +0200 Subject: [PATCH 1/2] bump version to 0.13.0.3 --- src/version.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp.in b/src/version.cpp.in index db11382da..78b5c004c 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_MONERO_VERSION_TAG "@VERSIONTAG@" -#define DEF_MONERO_VERSION "0.13.0.2" +#define DEF_MONERO_VERSION "0.13.0.3" #define DEF_MONERO_RELEASE_NAME "Beryllium Bullet" #define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG From dae5fcaabcd39ac0f6cab225e0b94fddbb73d071 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 15 Oct 2018 16:38:39 +0200 Subject: [PATCH 2/2] update the version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5da96371a..a6ee772a7 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ invokes cmake commands as needed. * Change to the root of the source code directory, change to the most recent release branch, and build: cd monero - git checkout v0.13.0.0 + git checkout v0.13.0.3 make *Optional*: If your machine has several cores and enough memory, enable @@ -340,7 +340,7 @@ application. * If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.13.0.0'. If you dont care about the version and just want binaries from master, skip this step: - git checkout v0.13.0.0 + git checkout v0.13.0.3 * If you are on a 64-bit system, run: