summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-30 07:39:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-30 07:39:16 -0700
commitcafef4614fef5275507520309b562eda4ccc00a5 (patch)
treef052a00b104bc98c0425081452deab55bffd27ed /README
parent554b652d25d9ce853c4f8f2044f80ab1b198fb1b (diff)
downloadsubsurface-cafef4614fef5275507520309b562eda4ccc00a5.tar.gz
Get started on Subsurface 4.4.2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 26bb9b806..10b37dd0f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is the README file for Subsurface 4.4.1
+This is the README file for Subsurface 4.4.2
Please check the ReleaseNotes.txt for details about new features and
-changes since Subsurface 4.4 (and earlier versions).
+changes since Subsurface 4.4.1 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@@ -24,11 +24,11 @@ If you want the latest release (instead of the bleeding edge
development version) you can either get this via git or the release tar
ball. After cloning run the following command:
-git checkout v4.4.1 (or whatever the last release is)
+git checkout v4.4.2 (or whatever the last release is)
or download a tar ball from:
-http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz
+http://subsurface-divelog.org/downloads/Subsurface-4.4.2.tgz
Detailed build instructions can be found in the INSTALL file.