diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-18 18:00:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-18 18:00:28 -0700 |
commit | 359613210bf03d47fec5d19420f537aa5128f5cc (patch) | |
tree | 29b2a522fc069ba9d95004c743744e301889b544 /subsurface.pro | |
parent | 758374917f34a1ef43c151bec8866f89d66133bf (diff) | |
download | subsurface-359613210bf03d47fec5d19420f537aa5128f5cc.tar.gz |
Getting read for Beta 2
Tiny updates to Relnotes and README, include the latest formatted manual,
change the version in the project file
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 9fa793a4d..b2aba8c16 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -15,7 +15,7 @@ DEPENDPATH += qt-ui mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.1.90 +VERSION = 4.1.91 HEADERS = \ color.h \ |