]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/__version__.py
standardize configure flags in RPMs
[wxWidgets.git] / wxPython / src / __version__.py
1 # This file was generated by setup.py...
2
3 wxVERSION_STRING = '2.5.1.0p1'
4 wxMAJOR_VERSION = 2
5 wxMINOR_VERSION = 5
6 wxRELEASE_VERSION = 1
7 wxSUBREL_VERSION = 0
8
9 wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION,
10 wxSUBREL_VERSION, 'p1')
11
12 wxRELEASE_NUMBER = wxRELEASE_VERSION # for compatibility