diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-10 19:41:37 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-10 19:41:37 +0700 |
commit | ab830b1d4fff0c68f9cad37ab8d079277ab5ca33 (patch) | |
tree | 791f4448aa11566dd1ef095aacd59840828f0edf /subsurface.pro | |
parent | 6037be946f91930f97a7c01000e0951aed2b1b1a (diff) | |
parent | a15485874153336f416889c9cd31d620e89f1bd0 (diff) | |
download | subsurface-ab830b1d4fff0c68f9cad37ab8d079277ab5ca33.tar.gz |
Merge branch 'v4.0-branch'
Bring in the tag, the translations changes and edits preparing for 4.0.2
into master. This should make "git describe" on master create something
reasonably sensible...
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 5b56e4fce..d230b3885 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 \ |