mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
a5288fb60c
commit
1f81186dde
1 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue