summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-13 12:20:10 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-13 15:28:06 -0700
commitb2422f88569a2bba50db74835fcd09dd5b070ec9 (patch)
tree37843f01b56b6fe9a45de2c9302e4a2e86790063 /README.md
parent396f85d0f4bd1d7ba6ebfae207eb1b89fd3c0903 (diff)
downloadsubsurface-b2422f88569a2bba50db74835fcd09dd5b070ec9.tar.gz
Prepare README and ReleaseNotes for 4.8.1v4.8.1
And clear out CHANGELOG. 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 f399838b1..772e0b935 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.8
+This is the README file for Subsurface 4.8.1
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.7.8 (and earlier versions).
+changes since Subsurface 4.8 (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.0 (or whatever the last release is)
+git checkout v4.8.1 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.0.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.1.tgz
Detailed build instructions can be found in the INSTALL file.