Updated pyfa's version string (displayed on about dialog)

This commit is contained in:
HomeWorld
2010-10-16 15:02:01 +03:00
parent f309597cda
commit c89839fc67

View File

@@ -17,7 +17,7 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
#===============================================================================
versionString = "0.0.1"
versionString = "1.0 pre-alpha"
license = "GNU GPL"
licenseLocation = "gpl.txt"
developers = ("cncfanatics" , "DarkPhoenix", "Darriele")