prepare release

This commit is contained in:
Sylvestre Ledru 2023-07-26 22:27:33 +02:00
parent e5b4df3b7d
commit b5e66bb965
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,8 @@
llvm-toolchain-snapshot (1:18~++20230726024020+25b8433b7597-1~exp1) experimental; urgency=medium
llvm-toolchain-snapshot (1:18~++20230726101950+e00e0b6fb004-1~exp1) UNRELEASED; urgency=medium
* snapshot is now 18
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Jul 2023 14:42:07 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Jul 2023 22:27:14 +0200
llvm-toolchain-snapshot (1:17~++20230724083402+862b93a8095c-1~exp1) experimental; urgency=medium

2
debian/unpack.sh vendored
View File

@ -1,6 +1,6 @@
set -e
ORIG_VERSION=snapshot
MAJOR_VERSION=17 # 8.0.1
MAJOR_VERSION=18 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
VERSION=$REV