diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-07-13 20:26:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-13 20:39:18 -0700 |
commit | 4d1df920a9fc05eab91e31256c196755f18a2919 (patch) | |
tree | 65ff32fdfc6ed6e0fe3b05d0a39ab8c3c8c6c255 /README.md | |
parent | a721550a3ae1b44d3bbbb8868b22c50cabd80506 (diff) | |
download | subsurface-4d1df920a9fc05eab91e31256c196755f18a2919.tar.gz |
Prepare for 4.9 release
Update supported dive computers, README and ReleaseNotes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ # Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](https://travis-ci.org/Subsurface-divelog/subsurface) -This is the README file for Subsurface 4.8.4 +This is the README file for Subsurface 4.9 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.8.3 (and earlier versions). +changes since Subsurface 4.8.6 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -38,10 +38,10 @@ development version) you can either get this via git or the release tar ball. After cloning run the following command: ``` -git checkout v4.8.4 (or whatever the last release is) +git checkout v4.9.0 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.4.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.0.tgz Detailed build instructions can be found in the INSTALL file. |