aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-10-22 23:27:02 +0200
committerRiccardo Spagni <ric@spagni.net>2018-10-22 23:27:02 +0200
commitd6da74ab5bb7194ec493bad27b622d0350dcc803 (patch)
tree5977ff8a646979dcfff8df6797fb65b5c25b3f4c
parentMerge pull request #4696 (diff)
parentupdate version to 0.13.0.4 (diff)
downloadmonero-d6da74ab5bb7194ec493bad27b622d0350dcc803.tar.xz
Merge pull request #4698
ea723eef update version to 0.13.0.4 (Riccardo Spagni)
-rw-r--r--README.md6
-rw-r--r--src/version.cpp.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a6ee772a7..601cce544 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.3
+ git checkout v0.13.0.4
make
*Optional*: If your machine has several cores and enough memory, enable
@@ -241,7 +241,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
git clone https://github.com/monero-project/monero.git
cd monero
- git checkout tags/v0.13.0.0
+ git checkout tags/v0.13.0.4
```
* Build:
```
@@ -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.3
+ git checkout v0.13.0.4
* If you are on a 64-bit system, run:
diff --git a/src/version.cpp.in b/src/version.cpp.in
index 78b5c004c..2ea1ddadd 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.3"
+#define DEF_MONERO_VERSION "0.13.0.4"
#define DEF_MONERO_RELEASE_NAME "Beryllium Bullet"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG