| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index f784c621d7824cae5a86ea355eccb4351808de87..ef6ca07af8c226cfda52d27b601b1551a4b4a5f4 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -787,6 +787,11 @@ def main():
|
| print 'Skipping Clang update (make_clang_dir= was set in GYP_DEFINES).'
|
| return 0
|
|
|
| + if use_head_revision:
|
| + # TODO(hans): Remove after the next roll.
|
| + global VERSION
|
| + VERSION = '3.9.0'
|
| +
|
| global CLANG_REVISION, PACKAGE_VERSION
|
| if args.print_revision:
|
| if use_head_revision:
|
|
|