From b1162463d577baf450c3f33ab880e7d9afe21148 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 2 Oct 2018 16:14:20 -0400 Subject: Remove -compat 8.7 This removes various compatibility notations. Closes #8374 This commit was mostly created by running `./dev/tools/update-compat.py --release`. There's a bit of manual spacing adjustment around all of the removed compatibility notations, and some test-suite updates were done manually. The update to CHANGES.md was manual. --- test-suite/tools/update-compat/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/tools') diff --git a/test-suite/tools/update-compat/run.sh b/test-suite/tools/update-compat/run.sh index 61273c4f37..7ff5571ffb 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 --master || exit $? +dev/tools/update-compat.py --assert-unchanged --release || exit $? -- cgit v1.2.3