]> 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 ece468e8cecb6e17afc4cb1cbecbb05ed365caac..d99e82352300a17f70c93acfd8799589af3b186b 100644 (file)
@@ -15,7 +15,7 @@ import sys
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.7-0'
+version = '0.1.7-2'
 # Minimal wxWindows version
 MinWxVersion = (2,6,0)
 if wxVERSION[:3] < MinWxVersion: