Edit the package version when building a release.

This commit is contained in:
Bill Currie 2011-12-09 11:27:46 +09:00
parent 2edac1a438
commit 8516891329

View file

@ -68,6 +68,10 @@ mv quakeforge quakeforge-$ver
cd quakeforge-$ver
git checkout $tag_name
cp NEWS $RELEASE
if test "$tag_name" != master; then
sed -e "s/git-master/$tag_name/" configure.ac > configure.ac-
mv configure.ac- configure.ac
fi
mkdir -p linux.o qf-win32.o
./bootstrap
#begin linux