diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-09 09:43:31 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-09 09:43:31 +0800 |
commit | 39fb3b2c13d5d8383340f08dff893553111f6b7c (patch) | |
tree | 5b1a227e2e4f258c5cc2562c7e66d16f1dc37932 /subsurface.pro | |
parent | 110c07e27b61cacacf4daba3a4606974c995721d (diff) | |
download | subsurface-39fb3b2c13d5d8383340f08dff893553111f6b7c.tar.gz |
Prepare for Subsurface 4.0.2 release
Update version numbers and add "new in 4.0.2" summary to ReleaseNotes.
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 244359271..5d51d242a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.0.1 +VERSION = 4.0.2 HEADERS = \ color.h \ |