From 1f81186dde1b17fb4904c4ca05967b8e2b817b4b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Sep 2015 07:40:14 -0700 Subject: Re-assign numbers for beta versions After an incorrect upload I can no longer fix the source tar on launchpad. Oh well, so now Beta 1 is 4.4.96. No big deal. Signed-off-by: Dirk Hohndel --- qt-ui/about.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qt-ui/about.cpp') diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 7d82808e3..e0df55980 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/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.95" << "4.5 Beta 1" << - "4.4.96" << "4.5 Beta 2" << - "4.4.97" << "4.5 Beta 3"; + QStringList readableVersions = QStringList() << "4.4.96" << "4.5 Beta 1" << + "4.4.97" << "4.5 Beta 2" << + "4.4.98" << "4.5 Beta 3"; if (readableVersions.contains(versionString)) versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; -- cgit v1.2.3-70-g09d2