diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-01 07:08:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-01 07:08:11 -0800 |
commit | 5343b909fa960e5103314eb1ea40304ffe52dbb6 (patch) | |
tree | 3f7d2983e0466573eec16489223182b62ff3cca2 /qt-ui/about.cpp | |
parent | 2dc1a42b297eb49850767e71a644e5efc349b0c9 (diff) | |
download | subsurface-5343b909fa960e5103314eb1ea40304ffe52dbb6.tar.gz |
Get ready for Beta 3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/about.cpp')
-rw-r--r-- | qt-ui/about.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 1f0f25c75..361031599 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -11,7 +11,8 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p setWindowModality(Qt::ApplicationModal); QString versionString(GIT_VERSION_STRING); QStringList readableVersions = QStringList() << "4.3.950" << "4.4 Beta 1" << - "4.3.960" << "4.4 Beta 2"; + "4.3.960" << "4.4 Beta 2" << + "4.3.970" << "4.4 Beta 3"; if (readableVersions.contains(versionString)) versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; |