diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-11 15:28:54 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-11 15:28:54 -0800 |
commit | a157fa5c6778543be5981bc2384dac563436a1f9 (patch) | |
tree | 1dee9c8d3bcc9b41ba9f6b9bcb83f4fedba44263 /README.md | |
parent | 7fb19783bb8cfa4301cef6754cc5d63a69e52a59 (diff) | |
download | subsurface-a157fa5c6778543be5981bc2384dac563436a1f9.tar.gz |
Get ready for 4.7.4v4.7.4
Since 4.7.3 was missing the translations.
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.3 +This is the README file for Subsurface 4.7.4 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.6.4 (and earlier versions). +changes since Subsurface 4.7.2 (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.2 (or whatever the last release is) +git checkout v4.7.4 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.2.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.4.tgz Detailed build instructions can be found in the INSTALL file. |