show the value of cfg.VERSION when building

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-01-10 05:39:25 +00:00
parent fbda4deb28
commit 289f71d13d

View File

@@ -1525,6 +1525,7 @@ def cmd_setrev(options, args):
cfg = Config()
cfg.resetVersion()
msg('REV.txt set to "%s"' % svnrev)
msg('cfg.VERSION: %s' % cfg.VERSION)