diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-06 22:57:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-06 22:57:39 -0800 |
commit | 3528f5ff35cccbb56c56cc12a2ab0ae18063bd31 (patch) | |
tree | 94030cc43d8b2ae71635510a7ff59dd485de0a94 /subsurface.pro | |
parent | 53f38a24108d09dccbee37faf3bcdcb9750bbc87 (diff) | |
download | subsurface-3528f5ff35cccbb56c56cc12a2ab0ae18063bd31.tar.gz |
Get ready for the release of 3.9.2v3.9.2
Small updates to README, ReleaseNotes.txt and a bump in the version number
in the Makefile (forgot the in 3.9.1 - thankfully this is automatic for
git based builds).
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 0370d8a12..53700ef78 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 3.9 +VERSION = 3.9.2 HEADERS = \ color.h \ |