summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-08-24 14:52:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-08-24 15:04:54 -0700
commit96f71e6cb1bacbc3fcb0fda9a2b6734f857f150c (patch)
treeef7c40ad63bc8ffcd9eb749f78b78459418e6a74 /README.md
parent92a2a20d16ba65e5b573416b30b75c257f4a24bd (diff)
downloadsubsurface-96f71e6cb1bacbc3fcb0fda9a2b6734f857f150c.tar.gz
Update README and ReleaseNotes for 4.9.2v4.9.2
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 d7a30a4e3..602f7eeed 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.1
+This is the README file for Subsurface 4.9.2
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.9 (and earlier versions).
+changes since Subsurface 4.9.1 (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.9.1 (or whatever the last release is)
+git checkout v4.9.2 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.1.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.2.tgz
Detailed build instructions can be found in the INSTALL file.