]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/__version__.py
Add GetPyData and SetPyData aliases
[wxWidgets.git] / wxPython / src / __version__.py
1 # This file was generated by setup.py...
2
3 VERSION_STRING = '2.5.1.1'
4 MAJOR_VERSION = 2
5 MINOR_VERSION = 5
6 RELEASE_VERSION = 1
7 SUBREL_VERSION = 1
8
9 VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
10 SUBREL_VERSION, '')
11
12 RELEASE_NUMBER = RELEASE_VERSION # for compatibility