diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-10 20:36:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-10 20:36:58 -0800 |
commit | b53fdc0157639b8043b8956a9acf8b2d17dc4094 (patch) | |
tree | 5415b72ec918b754914cee6d376683a30a8f5835 /README | |
parent | 8b2de77f912e1f75af3de7a23af63b14a71375b2 (diff) | |
download | subsurface-b53fdc0157639b8043b8956a9acf8b2d17dc4094.tar.gz |
Prepare README and ReleaseNotes for 4.6.1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -This is the README file for Subsurface 4.6 +This is the README file for Subsurface 4.6.1 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.5.6 (and earlier versions). +changes since Subsurface 4.6 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -26,11 +26,11 @@ If you want the latest release (instead of the bleeding edge development version) you can either get this via git or the release tar ball. After cloning run the following command: -git checkout v4.6 (or whatever the last release is) +git checkout v4.6.1 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.6.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.6.1.tgz Detailed build instructions can be found in the INSTALL file. |