aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-24 20:53:09 +1300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-24 20:53:48 +1300
commita6e0cb79d1a770ecebc02a591a7ed54f54ca871b (patch)
tree746e1e567eb9768cdd941f85c7855fa30365befe /README.md
parent2b9da3504b058033a378acf722dc4bc4126db3ab (diff)
downloadsubsurface-a6e0cb79d1a770ecebc02a591a7ed54f54ca871b.tar.gz
Update to version 4.8.5v4.8.5
And cleanup (partially incorrect, due to cherry-picking) CHANGELOG. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5e27a063c..60b92611e 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](https://travis-ci.org/Subsurface-divelog/subsurface)
-This is the README file for Subsurface 4.8.4
+This is the README file for Subsurface 4.8.5
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.8.3 (and earlier versions).
+changes since Subsurface 4.8.4 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -38,10 +38,10 @@ development version) you can either get this via git or the release tar
ball. After cloning run the following command:
```
-git checkout v4.8.4 (or whatever the last release is)
+git checkout v4.8.5 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.4.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.5.tgz
Detailed build instructions can be found in the INSTALL file.