summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-07 15:59:08 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-07 15:59:08 -0800
commit51d0cb7abaa240c793d10dd1bba8fdc864d73a08 (patch)
tree72e1f1332130d926fb014312b6f0efb947ee4229 /README.md
parent58ea21588152a34cace3fc70838e0d9d46cf599d (diff)
downloadsubsurface-51d0cb7abaa240c793d10dd1bba8fdc864d73a08.tar.gz
Update README, ReleaseNotes and CHANGELOG
This is the first step towards the 4.9.8 release. 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 09e1d3017..a9124af87 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@
![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9/badge.svg)
![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2019.10%20/%20Qt%205.12/badge.svg)
-This is the README file for Subsurface 4.9.7
+This is the README file for Subsurface 4.9.8
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.9.5 (and earlier versions).
+changes since Subsurface 4.9.7 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -47,10 +47,10 @@ development version) you can either get this via git or the release tar
ball. After cloning run the following command:
```
-git checkout v4.9.7 (or whatever the last release is)
+git checkout v4.9.8 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.7.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.8.tgz
Detailed build instructions can be found in the INSTALL file.