diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-05 08:24:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-05 08:24:35 -0700 |
commit | 07366daea56583021adbf27f52e5e8c6c335bfe7 (patch) | |
tree | a6cf4badbba6d7b0425ce2421c8ac30682f92c50 /README.md | |
parent | d90f272cb1de95cbb2bba99cd3655e6fd146f4f5 (diff) | |
download | subsurface-07366daea56583021adbf27f52e5e8c6c335bfe7.tar.gz |
Update README and ReleaseNotes for 4.7.8v4.7.8
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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.7 +This is the README file for Subsurface 4.7.8 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.7.6 (and earlier versions). +changes since Subsurface 4.7.7 (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.7 (or whatever the last release is) +git checkout v4.7.8 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.7.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.8.tgz Detailed build instructions can be found in the INSTALL file. |