diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-03 03:18:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-03 03:18:59 -0800 |
commit | 7771158c82c0d9da51d417e9c0a2d69c9dce4818 (patch) | |
tree | 836be0cf9b6dadd8cccf4c3a018d0ba6b73b760d /subsurface.pro | |
parent | e06f9c4e88fb8c15bc20d1ea41fe3153ac8aa0f2 (diff) | |
download | subsurface-7771158c82c0d9da51d417e9c0a2d69c9dce4818.tar.gz |
Prepare for 4.0.1 releasev4.0.1
Small updates to README, ReleaseNotes, user manual.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 3d07eced7..244359271 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.0 +VERSION = 4.0.1 HEADERS = \ color.h \ |