diff options
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index cc8fd1795..a9afae426 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -19,7 +19,7 @@ else: TARGET = subsurface QMAKE_CLEAN += $$TARGET -VERSION = 4.4 +VERSION = 4.4.1 VERSION_FILE = $$OUT_PWD/ssrf-version.h # create a blank VERSION_FILE if missing system(cat $$VERSION_FILE > /dev/null 2>&1 || touch $$VERSION_FILE) |