From 89851d1071745e312aed77e8e91a338a3c29a388 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 2 Nov 2016 05:12:10 -0700 Subject: Match ReleaseNotes and version numbering with reality Signed-off-by: Dirk Hohndel --- desktop-widgets/about.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp index 907a6b8f2..36a3c91a4 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.5.95" << "4.6 Beta 1" << - "4.5.96" << "4.6 Beta 2" << - "4.5.97" << "4.6 Beta 3"; + QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 0" << + "4.5.96" << "4.6 Beta 1" << + "4.5.97" << "4.6 Beta 2"; if (readableVersions.contains(versionString)) versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; -- cgit v1.2.3-70-g09d2