E5XML/Config.py

branch
maintenance
changeset 6646
51eefa621de4
parent 6645
ad476851d7e0
child 6863
e900929889dd
equal deleted inserted replaced
6603:77189681b787 6646:51eefa621de4
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2004 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2004 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some common configuration stuf for the XML package. 7 Module implementing some common configuration stuf for the XML package.
8 """ 8 """
9 9
10 # version number of the multi project file 10 # version number of the multi project file
11 multiProjectFileFormatVersion = "5.1" 11 multiProjectFileFormatVersion = "5.1"
12 12
13 # version numbers of the project file 13 # version numbers of the project file
14 projectFileFormatVersion = "6.3" 14 projectFileFormatVersion = "6.4"
15 projectFileFormatVersionUic = "6.3"
15 projectFileFormatVersionIdl = "6.2" 16 projectFileFormatVersionIdl = "6.2"
16 projectFileFormatVersionMake = "6.1" 17 projectFileFormatVersionMake = "6.1"
17 projectFileFormatVersionProto = "6.0" 18 projectFileFormatVersionProto = "6.0"
18 projectFileFormatVersionAlt = "5.1" 19 projectFileFormatVersionAlt = "5.1"
19 20

eric ide

mercurial