From c89839fc6727775e89bdb6724fa35bf2b8d25023 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sat, 16 Oct 2010 15:02:01 +0300 Subject: [PATCH] Updated pyfa's version string (displayed on about dialog) --- aboutData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aboutData.py b/aboutData.py index 63714c1d0..4f92be77c 100644 --- a/aboutData.py +++ b/aboutData.py @@ -17,7 +17,7 @@ # along with pyfa. If not, see . #=============================================================================== -versionString = "0.0.1" +versionString = "1.0 pre-alpha" license = "GNU GPL" licenseLocation = "gpl.txt" developers = ("cncfanatics" , "DarkPhoenix", "Darriele")