diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-03-01 21:54:51 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-01 21:54:51 -0800 |
commit | c8065a0275204876f9958dea6dc71f736d06e5e0 (patch) | |
tree | 39c8f456a8a3e5f2bd1c0b45cea09d7dd0da39e2 | |
parent | 22f1dab3ab4c06d2b62375d09bac4e209c54f71f (diff) | |
download | subsurface-c8065a0275204876f9958dea6dc71f736d06e5e0.tar.gz |
Update README for 4.6.3v4.6.3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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.2 +This is the README file for Subsurface 4.6.3 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.6.1 (and earlier versions). +changes since Subsurface 4.6.2 (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.2 (or whatever the last release is) +git checkout v4.6.3 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.6.2.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.6.3.tgz Detailed build instructions can be found in the INSTALL file. |