From f76f3775bb1907f63a476162b5d06719e759f2d3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Sep 2016 08:45:47 -0700 Subject: Print out Beta version numbers on About screen Signed-off-by: Dirk Hohndel --- desktop-widgets/about.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-widgets/about.cpp') diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp index 6bd2503f6..907a6b8f2 100644 --- a/desktop-widgets/about.cpp +++ b/desktop-widgets/about.cpp @@ -10,9 +10,9 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p setWindowModality(Qt::ApplicationModal); QString versionString(subsurface_git_version()); - QStringList readableVersions = QStringList() << "4.4.96" << "4.5 Beta 1" << - "4.4.97" << "4.5 Beta 2" << - "4.4.98" << "4.5 Beta 3"; + QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 1" << + "4.5.96" << "4.6 Beta 2" << + "4.5.97" << "4.6 Beta 3"; if (readableVersions.contains(versionString)) versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; -- cgit v1.2.3-70-g09d2