| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index a8fe279c22df0df636e34915f683c66fbc7d41f1..31c3aef3d357dcde20141cae3a492c502b0b8510 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -34,7 +34,7 @@ if use_head_revision:
|
| CLANG_REVISION = 'HEAD'
|
|
|
| # This is incremented when pushing a new build of Clang at the same revision.
|
| -CLANG_SUB_REVISION=1
|
| +CLANG_SUB_REVISION=2
|
|
|
| PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
|
|
|
|
|