Prepare for 4.9.1 release

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-08-01 13:29:38 -07:00
parent 29f5d15a66
commit 6e4c3ce6d8
3 changed files with 9 additions and 6 deletions

View file

@ -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.9
This is the README file for Subsurface 4.9.1
Please check the `ReleaseNotes.txt` for details about new features and
changes since Subsurface 4.8.6 (and earlier versions).
changes since Subsurface 4.9 (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.9.0 (or whatever the last release is)
git checkout v4.9.1 (or whatever the last release is)
```
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.0.tgz
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.1.tgz
Detailed build instructions can be found in the INSTALL file.