summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-09 13:44:34 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-09 13:44:34 -0800
commitf9f1630d5c040344b7f8dbaf02348ec5f2b4c7dd (patch)
treeda943fa743561c7297cd970f3bf65a0a6eff1e29 /README.md
parentdfb43d3f512eb35bc11b5a478f947ab3a78e4735 (diff)
downloadsubsurface-f9f1630d5c040344b7f8dbaf02348ec5f2b4c7dd.tar.gz
Update version numbersv4.7.7
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 333b46071..ba92e6326 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.7.6
+This is the README file for Subsurface 4.7.7
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.7.5 (and earlier versions).
+changes since Subsurface 4.7.6 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -35,10 +35,10 @@ development version) you can either get this via git or the release tar
ball. After cloning run the following command:
```
-git checkout v4.7.6 (or whatever the last release is)
+git checkout v4.7.7 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.6.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.7.tgz
Detailed build instructions can be found in the INSTALL file.