]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/__version__.py
Beginings of wxX11 support. Much more to do but I have no more time
[wxWidgets.git] / wxPython / src / __version__.py
CommitLineData
1fded56b
RD
1# This file was generated by setup.py...
2
c6281ceb 3VERSION_STRING = '2.5.1.0p6'
d14a1e28
RD
4MAJOR_VERSION = 2
5MINOR_VERSION = 5
6RELEASE_VERSION = 1
7SUBREL_VERSION = 0
1fded56b 8
d14a1e28 9VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
c6281ceb 10 SUBREL_VERSION, 'p6')
1fded56b 11
d14a1e28 12RELEASE_NUMBER = RELEASE_VERSION # for compatibility