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 |
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)]] |