1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-18 12:00:21 +01:00

* Removed cruft.

* Version change to 1.0.2.
This commit is contained in:
2008-12-15 20:54:16 +00:00
parent 292d290723
commit fb920f58bc
2 changed files with 3 additions and 7 deletions

View File

@@ -36,6 +36,6 @@ RESOURCES_DIR = os.path.join(TOPDIR, "resources")
GLADE_DIR = os.path.join(RESOURCES_DIR, "glade")
STYLES_DIR = os.path.join(RESOURCES_DIR, "styles")
APPL_SHORT_NAME = "pygtktalog2"
APPL_VERSION = (1, 0, 1)
APPL_VERSION = (1, 0, 2)
# ----------------------------------------------------------------------