diff options
-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 \ |