diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-28 20:34:02 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-28 20:34:02 -0800 |
commit | d0dcac297106f5eee75209941ad1c3c500d141be (patch) | |
tree | 78b2ba600da6cfecf43d45763340a474649bb777 /README.md | |
parent | b641fc8464ba8b4b6af39354f998ad24e5aba5b4 (diff) | |
download | subsurface-d0dcac297106f5eee75209941ad1c3c500d141be.tar.gz |
Getting ready for Subsurface 4.7.6
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.5 +This is the README file for Subsurface 4.7.6 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.7.4 (and earlier versions). +changes since Subsurface 4.7.5 (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.5 (or whatever the last release is) +git checkout v4.7.6 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.5.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.6.tgz Detailed build instructions can be found in the INSTALL file. |