diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-17 13:54:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-17 13:55:27 -0800 |
commit | c10cc874275439d708e6a453670211a611158522 (patch) | |
tree | 2b78653c58e04778fe94779a8380201679db9e21 /README | |
parent | 0fb84b8a8a841f4f86ffcc6a6fafd697a69257cc (diff) | |
download | subsurface-c10cc874275439d708e6a453670211a611158522.tar.gz |
Get ready for Subsurface 4.4.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.4 Beta 3 +This is the README file for Subsurface 4.4.1 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.3 +changes since Subsurface 4.4 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -24,11 +24,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.3 (or whatever the last release is) +git checkout v4.4.1 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.3.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz Detailed build instructions can be found in the INSTALL file. |