projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
inserted missing back quotes around echo lost by previous change
[wxWidgets.git]
/
wxPython
/
wx
/
tools
/
XRCed
/
globals.py
diff --git
a/wxPython/wx/tools/XRCed/globals.py
b/wxPython/wx/tools/XRCed/globals.py
index 202d5186e152d890ace98df2e34138c54c638c74..845e3231fff02866cb96b56ef04898ff306fe036 100644
(file)
--- a/
wxPython/wx/tools/XRCed/globals.py
+++ b/
wxPython/wx/tools/XRCed/globals.py
@@
-15,7
+15,7
@@
import sys
# Global constants
progname = 'XRCed'
# Global constants
progname = 'XRCed'
-version = '0.1.7-
4
'
+version = '0.1.7-
5
'
# Minimal wxWidgets version
MinWxVersion = (2,6,0)
if wx.VERSION[:3] < MinWxVersion:
# Minimal wxWidgets version
MinWxVersion = (2,6,0)
if wx.VERSION[:3] < MinWxVersion: