summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-06-20 10:51:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-06-20 10:51:48 -0700
commit2f460277f4276e5de953dd2d03319cb653527999 (patch)
treefe53274c56735520800648fd3553e9e9ee67f3ed /README.md
parentce1582581b881e67626fc6081def04533c9a9d37 (diff)
downloadsubsurface-2f460277f4276e5de953dd2d03319cb653527999.tar.gz
update README and ReleaseNotes for 4.9,6
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 1dfa03b8b..684c09478 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.9.5
+This is the README file for Subsurface 4.9.6
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.9.4 (and earlier versions).
+changes since Subsurface 4.9.5 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -39,10 +39,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.5 (or whatever the last release is)
+git checkout v4.9.6 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.5.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.6.tgz
Detailed build instructions can be found in the INSTALL file.