--- a/E5XML/Config.py Sat Dec 01 11:45:24 2018 +0100 +++ b/E5XML/Config.py Thu Jan 10 14:22:59 2019 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2004 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2004 - 2019 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -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"