Skip to content

Commit

Permalink
Closing version 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Carvalho authored and Paulo Carvalho committed May 19, 2018
1 parent 5eed484 commit eb9f06a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GammaRay.pro
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ win32 {
# The application version
# Don't forget to update the Util::importSettingsFromPreviousVersion() method to
# enable the import of registry/user settings of previous versions.
VERSION = 4.3
VERSION = 4.3.3

# Define a preprocessor macro so we can get the application version in application code.
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
Expand Down
Binary file modified docs/GammaRayManual.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ void Util::importSettingsFromPreviousVersion()
QSettings currentSettings;
//The list of previous versions (order from latest to oldest version is advised)
QStringList previousVersions;
previousVersions << "4.0" << "3.8" << "3.6.1" << "3.6" << "3.5" << "3.2" << "3.0" << "2.7.2" << "2.7.1"
previousVersions << "4.3" << "4.0" << "3.8" << "3.6.1" << "3.6" << "3.5" << "3.2" << "3.0" << "2.7.2" << "2.7.1"
<< "2.7" << "2.5.1" << "2.5" << "2.4" << "2.3" << "2.2" << "2.1" << "2.0" << "1.7.1"
<< "1.7" << "1.6" << "1.5" << "1.4" << "1.3.1" << "1.3" << "1.2.1" << "1.2" << "1.1.0"
<< "1.0.1" << "1.0";
Expand Down

0 comments on commit eb9f06a

Please sign in to comment.