diff options
author | necoro <> | 2006-10-21 13:42:34 +0000 |
---|---|---|
committer | necoro <> | 2006-10-21 13:42:34 +0000 |
commit | b06a702cad357920a8099041f1a0e3738dcb687b (patch) | |
tree | 68523ca3b6305825f5f998d09ab1b626f8185482 | |
parent | 757d2388463a4aa30bca61de78ffa58a26435953 (diff) | |
download | portato-b06a702cad357920a8099041f1a0e3738dcb687b.tar.gz portato-b06a702cad357920a8099041f1a0e3738dcb687b.tar.bz2 portato-b06a702cad357920a8099041f1a0e3738dcb687b.zip |
0.4.5
-rw-r--r-- | geneticone/gui/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geneticone/gui/windows.py b/geneticone/gui/windows.py index 833955e..4606135 100644 --- a/geneticone/gui/windows.py +++ b/geneticone/gui/windows.py @@ -9,7 +9,7 @@ # # Written by Necoro d.M. <necoro@necoro.net> -VERSION = "0.4.5-svn" +VERSION = "0.4.5" CONFIG_LOCATION = "/etc/geneticone/geneticone.cfg" # gtk stuff |