diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-05-04 06:20:37 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-04 06:20:37 -0700 |
commit | 149b2f48741b28b61adb23432776b9628ad4ab2b (patch) | |
tree | 0adf9cda479946ec08baf96bc0f51010324c4ec1 | |
parent | 9d596a9272fd0b9a36d4671b0efccf7ce845d96f (diff) | |
download | subsurface-149b2f48741b28b61adb23432776b9628ad4ab2b.tar.gz |
Final version number changes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 2 | ||||
-rw-r--r-- | subsurface.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 1d460abbe..7ac21fd40 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -4,7 +4,7 @@ _Subsurface_ 4.4.2 - April 2015 -------------------------------- The _Subsurface_ development team proudly announces -the release of version 4.4.1 of _Subsurface_, an open +the release of version 4.4.2 of _Subsurface_, an open source divelog and dive planning program for Windows, Mac and Linux. License: GPLv2 diff --git a/subsurface.pro b/subsurface.pro index ed78bce4a..331c9735a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -19,7 +19,7 @@ else: TARGET = subsurface QMAKE_CLEAN += $$TARGET -VERSION = 4.4.1 +VERSION = 4.4.2 HEADERS = \ cochran.h \ |