]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/globals.py
don't throw away the first three stack frames in the assert stack dump (fix needed...
[wxWidgets.git] / wxPython / wx / tools / XRCed / globals.py
index a81d987e2a65cb1b6ff2dcaeeb01097176df437d..d99e82352300a17f70c93acfd8799589af3b186b 100644 (file)
@@ -15,7 +15,7 @@ import sys
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.7-1'
+version = '0.1.7-2'
 # Minimal wxWindows version
 MinWxVersion = (2,6,0)
 if wxVERSION[:3] < MinWxVersion: