diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-07 15:05:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-07 15:15:37 -0800 |
commit | c630d77f7aad1e2d4723afeba767a9be40c7ccba (patch) | |
tree | 1cb1074e65371385a0acf776ddfd1b34cfa10d4a /README.md | |
parent | 789a7ac027b4cbede6cc300d9bdb613109caf09c (diff) | |
download | subsurface-c630d77f7aad1e2d4723afeba767a9be40c7ccba.tar.gz |
Update README
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # 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.4 +This is the README file for Subsurface 4.7.5 Please check the `ReleaseNotes.txt` for details about new features and changes since Subsurface 4.7.2 (and earlier versions). @@ -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.4 (or whatever the last release is) +git checkout v4.7.5 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.4.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.5.tgz Detailed build instructions can be found in the INSTALL file. |