fix visible version number to use the one defined in the top level wscript

git-svn-id: svn://localhost/ardour2/branches/3.0@7127 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-20 15:34:23 +00:00
parent d443688c92
commit e58f6752af
2 changed files with 4 additions and 3 deletions

View file

@ -372,6 +372,7 @@ def sub_config_and_use(conf, name, has_objects = True):
def configure(conf):
create_stored_revision()
conf.env['VERSION'] = VERSION
autowaf.set_recursive()
autowaf.configure(conf)