Changeset 252 for branches/mbutscher/work/Consts.py
- Timestamp:
- 03/15/11 13:26:45 (2 years ago)
- Files:
-
- 1 modified
-
branches/mbutscher/work/Consts.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mbutscher/work/Consts.py
r251 r252 5 5 # where branch is normally string "wikidPad", but should be changed if somebody 6 6 # develops a derived version of WikidPad. 7 # 7 # 8 8 # major and minor are the main versions, 9 9 # stateAndMicro is: 10 # between 0 and 99 for "alpha" 10 # between 0 and 99 for "alpha" 11 11 # between 100 and 199 for "beta" 12 12 # between 200 and 299 for "rc" (release candidate) 13 13 # 300 for "final" 14 # 14 # 15 15 # the unit and tenth place form the micro version. 16 # 16 # 17 17 # patch is a sub-micro version, if needed, normally 0. 18 # 18 # 19 19 # Examples: 20 20 # (1, 8, 207, 0) is 1.8rc07 … … 40 40 FormatTypes = Enumeration("FormatTypes", ["Default", "WikiWord", 41 41 "AvailWikiWord", "Bold", "Italic", "Heading1", "Heading2", "Heading3", 42 "Heading4", " Url", "Script", "Attribute", "ToDo"42 "Heading4", "Heading5", "Url", "Script", "Attribute", "ToDo" 43 43 ], 0) 44 44 45 45 46 46 # Store hints for WikiData.storeDataBlock()
