E5XML/Config.py

changeset 50
a36eecf45b2e
parent 13
1af94a91f439
child 151
00c27aeede62
equal deleted inserted replaced
49:f991944e859c 50:a36eecf45b2e
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Module implementing some common configuration stuf for the XML package.
8 """
9
10 # version number of the multi project file
11 multiProjectFileFormatVersion = "4.2"
12
13 # version number of the project file
14 projectFileFormatVersion = "4.6"
15
16 # version number of the user project file
17 userProjectFileFormatVersion = "4.0"
18
19 # version number of the project session file
20 sessionFileFormatVersion = "4.3"
21
22 # version number of the shortcuts file
23 shortcutsFileFormatVersion = "3.6"
24
25 # version number of the tasks file
26 tasksFileFormatVersion = "4.2"
27
28 # version number of the debugger properties file
29 debuggerPropertiesFileFormatVersion = "3.9"
30
31 # version number of the templates file
32 templatesFileFormatVersion = "4.0"
33
34 # version number of the plugin repository file
35 pluginRepositoryFileFormatVersion = "4.2"
36
37 # version number of the highlighting styles file
38 highlightingStylesFileFormatVersion = "4.3"

eric ide

mercurial