]> 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 845e3231fff02866cb96b56ef04898ff306fe036..ef5c7895c279788dea52a15f8ca5fbcba03a00b6 100644 (file)
@@ -15,7 +15,7 @@ import sys
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.7-5'
+version = '0.1.8-2'
 # Minimal wxWidgets version
 MinWxVersion = (2,6,0)
 if wx.VERSION[:3] < MinWxVersion: