]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/src/__version__.py
updated Joystick demo, is now wxDesigner-less
[wxWidgets.git] / wxPython / src / __version__.py
... / ...
CommitLineData
1# This file was generated by setup.py...
2
3VERSION_STRING = '2.5.1.0p6'
4MAJOR_VERSION = 2
5MINOR_VERSION = 5
6RELEASE_VERSION = 1
7SUBREL_VERSION = 0
8
9VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
10 SUBREL_VERSION, 'p6')
11
12RELEASE_NUMBER = RELEASE_VERSION # for compatibility