]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/__version__.py
Added missing header files
[wxWidgets.git] / wxPython / src / __version__.py
CommitLineData
1fded56b
RD
1# This file was generated by setup.py...
2
3wxVERSION_STRING = '2.5.0.0p1'
4wxMAJOR_VERSION = 2
5wxMINOR_VERSION = 5
6wxRELEASE_VERSION = 0
7wxSUBREL_VERSION = 0
8
9wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION,
10 wxSUBREL_VERSION, 'p1')
11
12wxRELEASE_NUMBER = wxRELEASE_VERSION # for compatibility