summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-26 05:03:30 +0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-26 07:38:51 +0800
commitdf4638917adf03b79f3f8b418d871bc67e781a2f (patch)
tree703104854852f14fbd806a62ab5a43af995ac897 /README.md
parentf998b59900c0d66441fa9877930754daf084aea9 (diff)
downloadsubsurface-df4638917adf03b79f3f8b418d871bc67e781a2f.tar.gz
Update README.md for 4.8
And mention the continues releases on GitHub. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 95c2d6231..f399838b1 100644
--- a/README.md
+++ b/README.md
@@ -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.7.8
+This is the README file for Subsurface 4.8
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.7.7 (and earlier versions).
+changes since Subsurface 4.7.8 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -15,7 +15,10 @@ https://github.com/Subsurface-divelog/subsurface/issues
License: GPLv2
We frequently make new test versions of Subsurface available at
-http://subsurface-divelog.org/downloads/test/
+http://subsurface-divelog.org/downloads/test/ and you always can get the
+latest builds (with some caveats about installability) at
+https://github.com/Subsurface-divelog/subsurface/releases/tag/continuous
+
These tend to contain the latest bug fixes and features, but also
occasionally the latest bugs and issues. Please understand when using them
that these are primarily intended for testing.
@@ -35,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.7.8 (or whatever the last release is)
+git checkout v4.8.0 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.8.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.0.tgz
Detailed build instructions can be found in the INSTALL file.