diff options
| author | Théo Zimmermann | 2019-10-11 13:15:25 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-10-11 13:15:25 +0200 |
| commit | 53e8533b58a22584a642447123ae4aecfdf665a3 (patch) | |
| tree | 0211281978c2770a0ab50d18a67c8b39ae47ce94 /test-suite/tools | |
| parent | ac862fb5ae8eb15c15f81817d78ba8db4430ea8b (diff) | |
| parent | aa728e094d40d09e3d414b961e7b6d9fedebc9fd (diff) | |
Merge PR #10844: Bump version number to 8.11.
Reviewed-by: JasonGross
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Diffstat (limited to 'test-suite/tools')
| -rwxr-xr-x | test-suite/tools/update-compat/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tools/update-compat/run.sh b/test-suite/tools/update-compat/run.sh index 7ff5571ffb..61273c4f37 100755 --- a/test-suite/tools/update-compat/run.sh +++ b/test-suite/tools/update-compat/run.sh @@ -6,4 +6,4 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" # we assume that the script lives in test-suite/tools/update-compat/, # and that update-compat.py lives in dev/tools/ cd "${SCRIPT_DIR}/../../.." -dev/tools/update-compat.py --assert-unchanged --release || exit $? +dev/tools/update-compat.py --assert-unchanged --master || exit $? |
