diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-14 12:01:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-14 12:01:09 -0800 |
commit | 4607fca54ef63c1b5bf5503776a55949a365ee7c (patch) | |
tree | 2be1fad8f7e66cf4663e29220de2493130c9b011 /subsurface.pro | |
parent | d06eaf4efd39bac50c9407a38c11884e9829d36b (diff) | |
download | subsurface-4607fca54ef63c1b5bf5503776a55949a365ee7c.tar.gz |
Inching towards the 4.0 release
Updates to README, ReleaseNotes.txt and subsurface.pro
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 1616ec2ab..d833cb8f7 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 3.9.2 +VERSION = 4.0 HEADERS = \ color.h \ |