/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/version.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/version.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1306 by jonathan, Thu Jun 26 17:00:01 2003 UTC revision 1319 by jonathan, Mon Jun 30 10:26:45 2003 UTC
# Line 73  if append_date: Line 73  if append_date:
73      version = '%s-%s' % (version, get_date('%Y%m%d'))      version = '%s-%s' % (version, get_date('%Y%m%d'))
74  versions['thuban'] = version  versions['thuban'] = version
75    
76  longversion = '%s\n%s' % (version, get_changelog_date())  #longversion = '%s\n%s' % (version, get_changelog_date())
77  #longversion = 'Release Version 0.8'  longversion = 'Release Version 0.8.1'
78  versions['thuban-long'] = longversion  versions['thuban-long'] = longversion
79    
80  # wxPython  # wxPython
# Line 132  def verify_versions(): Line 132  def verify_versions():
132      #         title           name       version      #         title           name       version
133      list = [["Python",      "python",   (2, 2, 1)],      list = [["Python",      "python",   (2, 2, 1)],
134              ["wxPython",    "wxPython", (2, 4, 0, 0)],              ["wxPython",    "wxPython", (2, 4, 0, 0)],
135              ["SQLite",      "sqlite",   (2, 8, 3)],              ["SQLite",      "sqlite",   (2, 8, 0)],
136              ["PySQLite",    "pysqlite", (0, 4, 3)],              ["PySQLite",    "pysqlite", (0, 4, 1)],
137              ["PROJ",        "proj",     (4, 4, 5)],              ["PROJ",        "proj",     (4, 4, 5)],
138              ["GTK",         "gtk",      (1, 2, 3)],              ["GTK",         "gtk",      (1, 2, 3)],
139              ["GDAL",        "gdal",     (1, 1, 8, 0)]]              ["GDAL",        "gdal",     (1, 1, 8, 0)]]

Legend:
Removed from v.1306  
changed lines
  Added in v.1319

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26