File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ win32 {
853
853
# The application version
854
854
# Don't forget to update the Util::importSettingsFromPreviousVersion() method to
855
855
# enable the import of registry/user settings of previous versions.
856
- VERSION = 6.17
856
+ VERSION = 6.18
857
857
858
858
# Define a preprocessor macro so we can get the application version in application code.
859
859
DEFINES += APP_VERSION =\ \\"$$VERSION\\\"
Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ void Util::importSettingsFromPreviousVersion()
1089
1089
QSettings currentSettings;
1090
1090
// The list of previous versions (order from latest to oldest version is advised)
1091
1091
QStringList previousVersions;
1092
- previousVersions << " 6.16" << " 6.14" << " 6.12" << " 6.9" << " 6.7" << " 6.6" << " 6.5" << " 6.3" << " 6.2"
1092
+ previousVersions << " 6.17 " << " 6. 16" << " 6.14" << " 6.12" << " 6.9" << " 6.7" << " 6.6" << " 6.5" << " 6.3" << " 6.2"
1093
1093
<< " 6.1" << " 6.0" << " 5.7.1"
1094
1094
<< " 5.7" << " 5.5" << " 5.3" << " 5.1" << " 5.0" << " 4.9" << " 4.7" << " 4.5.1" << " 4.5"
1095
1095
<< " 4.3.3" << " 4.3" << " 4.0" << " 3.8" << " 3.6.1" << " 3.6" << " 3.5" << " 3.2" << " 3.0"
You can’t perform that action at this time.
0 commit comments