Move pyfa version data to config.py

This commit is contained in:
DarkPhoenix
2011-01-18 01:53:42 +03:00
parent 82b7a837e9
commit a316771a6a
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ import sys
# Turns on debug mode
debug = False
# Version data
version = "1.0"
tag = "git"
expansionName = "Incursion"
expansionVersion = "1.0.1"
# You can adjust these paths to your needs
# The main pyfa directory which contains run.py