]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__version__.py
Corrected a return type
[wxWidgets.git] / wxPython / src / __version__.py
index c4e95756e02b99111f2c08be0c3053ea14ab653c..d253ef4abb8828007cb0a33ac80ff02dccb8f86a 100644 (file)
@@ -1 +1,12 @@
-ver = '2.3.3pre3'
+# This file was generated by setup.py...
+
+wxVERSION_STRING  = '2.5.0.0p1'
+wxMAJOR_VERSION   = 2
+wxMINOR_VERSION   = 5
+wxRELEASE_VERSION = 0
+wxSUBREL_VERSION  = 0
+
+wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION,
+             wxSUBREL_VERSION, 'p1')
+
+wxRELEASE_NUMBER = wxRELEASE_VERSION  # for compatibility