]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/src/__version__.py
Various changes needed to get up to date with current CVS
[wxWidgets.git] / wxPython / src / __version__.py
... / ...
CommitLineData
1# This file was generated by setup.py...
2
3wxVERSION_STRING = '2.5.1.0p1'
4wxMAJOR_VERSION = 2
5wxMINOR_VERSION = 5
6wxRELEASE_VERSION = 1
7wxSUBREL_VERSION = 0
8
9wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION,
10 wxSUBREL_VERSION, 'p1')
11
12wxRELEASE_NUMBER = wxRELEASE_VERSION # for compatibility