diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:05:25 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:07:24 -0700 |
commit | 289cf3f9c5e7bd1882690b93d83b0c49e35883ba (patch) | |
tree | a50a1614b0e642584fdf46e2295f33e7e6fa4c3f /README.md | |
parent | f9569cac7cf608e2a2df2fe0bb54e0a385d3c7ca (diff) | |
download | subsurface-289cf3f9c5e7bd1882690b93d83b0c49e35883ba.tar.gz |
prepare for Subsurface 5.0 / Subsurface-mobile 3.2 release
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
@@ -9,10 +9,10 @@ ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9/badge.svg) ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2019.10%20/%20Qt%205.12/badge.svg) -This is the README file for Subsurface 4.9.10 +This is the README file for Subsurface 5.0.0 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.9.9 (and earlier versions). +changes since Subsurface 4.9.10 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -47,10 +47,10 @@ development version) you can either get this via git or the release tar ball. After cloning run the following command: ``` -git checkout v4.9.10 (or whatever the last release is) +git checkout v5.0.0 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.10.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.0.tgz Detailed build instructions can be found in the INSTALL file. |