diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-24 08:51:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-24 08:51:57 -0700 |
commit | f019f9453f93878f133cf9be1f480ce114ee2d1b (patch) | |
tree | 99a95860e9ea1a0e3a31f1fc2fb786dd39439a6a /README | |
parent | f76f3775bb1907f63a476162b5d06719e759f2d3 (diff) | |
download | subsurface-f019f9453f93878f133cf9be1f480ce114ee2d1b.tar.gz |
Get README ready for the first Beta
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,7 @@ -This is the README file for the development version of Subsurface towards -version 4.6 +This is the README file for Subsurface 4.6 Beta 1 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.5 (and earlier versions). +changes since Subsurface 4.5.6 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -25,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.5.1 (or whatever the last release is) +git checkout v4.5.6 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.5.1.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.5.6.tgz Detailed build instructions can be found in the INSTALL file. |