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