mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 12:33:45 +00:00
improve the version management
This commit is contained in:
parent
3f31844975
commit
d5d07ceed8
6
debian/orig-tar.sh
vendored
6
debian/orig-tar.sh
vendored
@ -77,7 +77,11 @@ if test -n "$RCRELEASE"; then
|
||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||
else
|
||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||
FULL_VERSION="llvm-toolchain-snapshot_"$VERSION
|
||||
if grep -q release_ $BRANCH; then
|
||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||
else
|
||||
FULL_VERSION="llvm-toolchain-snapshot_"$VERSION
|
||||
fi
|
||||
fi
|
||||
|
||||
# LLVM
|
||||
|
Loading…
Reference in New Issue
Block a user