diff -r 93a6141ecbf1 -r a73d553ef521 E5XML/Config.py --- a/E5XML/Config.py Sat Dec 01 11:39:28 2018 +0100 +++ b/E5XML/Config.py Sat Dec 01 19:07:01 2018 +0100 @@ -11,7 +11,8 @@ multiProjectFileFormatVersion = "5.1" # version numbers of the project file -projectFileFormatVersion = "6.3" +projectFileFormatVersion = "6.4" +projectFileFormatVersionUic = "6.3" projectFileFormatVersionIdl = "6.2" projectFileFormatVersionMake = "6.1" projectFileFormatVersionProto = "6.0"