diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-10-15 17:09:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-10-15 17:09:08 +0200 |
commit | e9fde8aa444f7e8224a858664d5b189b0cd53b5a (patch) | |
tree | bbd6fc9907a6834caeebefba4e625aa1f95f245b | |
parent | Merge pull request #4596 (diff) | |
parent | update the version in readme (diff) | |
download | monero-e9fde8aa444f7e8224a858664d5b189b0cd53b5a.tar.xz |
Merge pull request #4598v0.13.0.3
dae5fcaa update the version in readme (Riccardo Spagni)
5881bec7 bump version to 0.13.0.3 (Riccardo Spagni)
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/version.cpp.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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: 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 |