diff --git a/debian/prepare-new-release.sh b/debian/prepare-new-release.sh index 68b16204..189482ad 100644 --- a/debian/prepare-new-release.sh +++ b/debian/prepare-new-release.sh @@ -1,10 +1,10 @@ #!/bin/sh -ORIG_VERSION=14 -TARGET_VERSION=15 -ORIG_VERSION_2=14_0 -TARGET_VERSION_2=15_0 -ORIG_VERSION_3=140 -TARGET_VERSION_3=150 +ORIG_VERSION=15 +TARGET_VERSION=16 +ORIG_VERSION_2=15_0 +TARGET_VERSION_2=16_0 +ORIG_VERSION_3=150 +TARGET_VERSION_3=160 LIST=`ls debian/control debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb/lldb-addversion-suffix-to-llvm-server-exec.patch debian/patches/clang-tidy-run-bin.diff debian/patches/fix-scan-view-path.diff debian/README debian/patches/clang-analyzer-force-version.diff debian/patches/clang-tidy-run-bin.diff debian/tests/control debian/tests/integration-test-suite-test debian/unpack.sh debian/tests/cmake-test debian/patches/scan-build-py-fix-default-bin.diff` for F in $LIST; do