summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-28 15:23:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-28 15:36:59 -0700
commitd13f2ad8d56ef8e5f8758cf773a1b5d12da00777 (patch)
treecdb9516dd641dea663690a6b5d262cd33d248a3c /README.md
parentdc4b0c910ee2258051bffd14de19314984e907d1 (diff)
downloadsubsurface-d13f2ad8d56ef8e5f8758cf773a1b5d12da00777.tar.gz
Update README and ReleaseNotes for 4.8.3 / 2.1.4
Slight updates / rephrasing of the CHANGELOG entries as they get moved to ReleaseNotes. 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 669904931..d0a2ca9a6 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.2
+This is the README file for Subsurface 4.8.3
Please check the `ReleaseNotes.txt` for details about new features and
-changes since Subsurface 4.8.1 (and earlier versions).
+changes since Subsurface 4.8.2 (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.2 (or whatever the last release is)
+git checkout v4.8.3 (or whatever the last release is)
```
-or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.2.tgz
+or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.3.tgz
Detailed build instructions can be found in the INSTALL file.