Update README for 4.6.4 release

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-26 17:53:16 +02:00
parent 8c5c022c24
commit 92e6cdf3e8

8
README
View file

@ -1,7 +1,7 @@
This is the README file for Subsurface 4.6.3 This is the README file for Subsurface 4.6.4
Please check the ReleaseNotes.txt for details about new features and Please check the ReleaseNotes.txt for details about new features and
changes since Subsurface 4.6.2 (and earlier versions). changes since Subsurface 4.6.3 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org 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 development version) you can either get this via git or the release tar
ball. After cloning run the following command: ball. After cloning run the following command:
git checkout v4.6.3 (or whatever the last release is) git checkout v4.6.4 (or whatever the last release is)
or download a tar ball from: or download a tar ball from:
http://subsurface-divelog.org/downloads/Subsurface-4.6.3.tgz http://subsurface-divelog.org/downloads/Subsurface-4.6.4.tgz
Detailed build instructions can be found in the INSTALL file. Detailed build instructions can be found in the INSTALL file.