]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/__version__.py
Use a compatible bitmap if a depth of -1 is given
[wxWidgets.git] / wxPython / src / __version__.py
CommitLineData
1fded56b
RD
1# This file was generated by setup.py...
2
6b484aa0 3VERSION_STRING = '2.5.1.0p7'
d14a1e28
RD
4MAJOR_VERSION = 2
5MINOR_VERSION = 5
6RELEASE_VERSION = 1
7SUBREL_VERSION = 0
1fded56b 8
d14a1e28 9VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
6b484aa0 10 SUBREL_VERSION, 'p7')
1fded56b 11
d14a1e28 12RELEASE_NUMBER = RELEASE_VERSION # for compatibility