diff --git a/build.py b/build.py index d013e068..9c35882c 100755 --- a/build.py +++ b/build.py @@ -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)