Skip to content

Commit 7b15799

Browse files
Closing version 6.18.
1 parent e4f2c0d commit 7b15799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GammaRay.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ win32 {
853853
# The application version
854854
# Don't forget to update the Util::importSettingsFromPreviousVersion() method to
855855
# enable the import of registry/user settings of previous versions.
856-
VERSION = 6.17
856+
VERSION = 6.18
857857

858858
# Define a preprocessor macro so we can get the application version in application code.
859859
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ void Util::importSettingsFromPreviousVersion()
10891089
QSettings currentSettings;
10901090
//The list of previous versions (order from latest to oldest version is advised)
10911091
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"
10931093
<< "6.1" << "6.0" << "5.7.1"
10941094
<< "5.7" << "5.5" << "5.3" << "5.1" << "5.0" << "4.9" << "4.7" << "4.5.1" << "4.5"
10951095
<< "4.3.3" << "4.3" << "4.0" << "3.8" << "3.6.1" << "3.6" << "3.5" << "3.2" << "3.0"

0 commit comments

Comments
 (0)