38 |
# the version string will be "Thuban 1.0.1" |
# the version string will be "Thuban 1.0.1" |
39 |
# |
# |
40 |
|
|
41 |
thuban_branch = "1.1" |
thuban_branch = "1.2" |
42 |
thuban_release = "svn" |
thuban_release = "0" |
43 |
|
|
44 |
|
|
45 |
|
|
102 |
versions['thuban-long'] = longversion |
versions['thuban-long'] = longversion |
103 |
|
|
104 |
# wxPython |
# wxPython |
105 |
from wxPython.wx import __version__ as wxPython_version |
|
106 |
|
from wx import __version__ as wxPython_version |
107 |
versions['wxPython'] = wxPython_version |
versions['wxPython'] = wxPython_version |
108 |
versions['wxPython-tuple'] = make_tuple(wxPython_version) |
versions['wxPython-tuple'] = make_tuple(wxPython_version) |
109 |
|
|