Update VERSION_MINOR_CURRENT, realign spaces for comment (case 4)
authorJavier Llorente <javier@opensuse.org>
Sat, 7 Jan 2017 00:27:37 +0000 (01:27 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 1 Mar 2018 20:22:13 +0000 (21:22 +0100)
src/qtui/qtuiapplication.cpp

index fbc9f9a..05ffeed 100644 (file)
@@ -214,7 +214,7 @@ bool QtUiApplication::migrateSettings()
     //
     // NOTE:  If you increase the minor version, you MUST ALSO add new version upgrade logic in
     // applySettingsMigration()!  Otherwise, settings upgrades will fail.
-    const uint VERSION_MINOR_CURRENT = 6;
+    const uint VERSION_MINOR_CURRENT = 7;
     // Stored minor version
     uint versionMinor = s.versionMinor();