diff --git a/src/Version.py b/src/Version.py index 5c29d5e04..0a3de586a 100644 --- a/src/Version.py +++ b/src/Version.py @@ -30,7 +30,7 @@ PROGRAM_NAME = 'FoFiX' PROGRAM_UNIXSTYLE_NAME = 'fofix' URL = 'http://fofix.googlecode.com' -RELEASE_ID = 'development' +RELEASE_ID = 'alpha 1' def _getTagLine(): import VFS # can't be done at top level due to circular import issues...