mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Match ReleaseNotes and version numbering with reality
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c25ca184ec
commit
89851d1071
2 changed files with 7 additions and 5 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.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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue