aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-06-30 07:41:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-06-30 10:53:31 -0700
commit32cec6a7750d231518167f5ff3789aa8072b725c (patch)
tree4080dd1195a8d81bd86ab2a7a7930f0935849ee8 /README.md
parenta529f90d46cebaee7fc7644c6595d753b7fe78c8 (diff)
downloadsubsurface-32cec6a7750d231518167f5ff3789aa8072b725c.tar.gz
update README, ReleaseNotes, and supported dive computers for 5.0.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 284bbfaff..799847c9d 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@
![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2020.10%20/%20Qt%205.14--/badge.svg)
![Build Status](https://github.com/subsurface/subsurface/workflows/openSUSE/Tumbleweed%20/%20Qt%20latest--/badge.svg)
-This is the README file for Subsurface 5.0.1
+This is the README file for Subsurface 5.0.2
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 5.0 (and earlier versions).
+changes since Subsurface 5.0.1 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -49,10 +49,10 @@ development version) you can either get this via git or the release tar
ball. After cloning run the following command:
```
-git checkout v5.0.1 (or whatever the last release is)
+git checkout v5.0.2 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.1.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.2.tgz
Detailed build instructions can be found in the INSTALL file.