]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/__version__.py
Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true).
[wxWidgets.git] / wxPython / src / __version__.py
CommitLineData
1fded56b
RD
1# This file was generated by setup.py...
2
d14a1e28
RD
3VERSION_STRING = '2.5.1.0p3'
4MAJOR_VERSION = 2
5MINOR_VERSION = 5
6RELEASE_VERSION = 1
7SUBREL_VERSION = 0
1fded56b 8
d14a1e28
RD
9VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
10 SUBREL_VERSION, 'p3')
1fded56b 11
d14a1e28 12RELEASE_NUMBER = RELEASE_VERSION # for compatibility