]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/__version__.py
Use "import wx". wxPython.wx now has backwards compatible DC's and so
[wxWidgets.git] / wxPython / src / __version__.py
1 # This file was generated by setup.py...
2
3 VERSION_STRING = '2.5.1.0p6'
4 MAJOR_VERSION = 2
5 MINOR_VERSION = 5
6 RELEASE_VERSION = 1
7 SUBREL_VERSION = 0
8
9 VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
10 SUBREL_VERSION, 'p6')
11
12 RELEASE_NUMBER = RELEASE_VERSION # for compatibility