mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +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
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
else
|
else
|
||||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
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
|
fi
|
||||||
|
|
||||||
# LLVM
|
# LLVM
|
||||||
|
Loading…
Reference in New Issue
Block a user