]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/globals.py
update the value shown in the combobox itself correctly in SetValue() (patch 1669275...
[wxWidgets.git] / wxPython / wx / tools / XRCed / globals.py
index 031307765627b2b233f6c82ead2d2fcc4b8d3be0..ef5c7895c279788dea52a15f8ca5fbcba03a00b6 100644 (file)
@@ -15,7 +15,7 @@ import sys
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.8-1'
+version = '0.1.8-2'
 # Minimal wxWidgets version
 MinWxVersion = (2,6,0)
 if wx.VERSION[:3] < MinWxVersion: