Remove VEREXTRA, it was never used.

This commit is contained in:
Laurence Withers 2007-02-19 20:29:07 +00:00
parent 5a6fa1fd68
commit b210e6a1b1
2 changed files with 0 additions and 5 deletions

View File

@ -22,10 +22,6 @@ source "config" # don't fail on error, since last command in config might return
# Get version information # Get version information
source version || exit 1 source version || exit 1
VERSION="${VERMAJOR}.${VERMINOR}.${VERMICRO}" VERSION="${VERMAJOR}.${VERMINOR}.${VERMICRO}"
if [ ! -z "${VEREXTRA}" ]
then
VERSION="${VERSION}-${VEREXTRA}"
fi

View File

@ -13,7 +13,6 @@
VERMAJOR=0 VERMAJOR=0
VERMINOR=0 VERMINOR=0
VERMICRO=0 VERMICRO=0
VEREXTRA=""
# kate: @KATE_MODELINE@ # kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@ # vim: @VIM_MODELINE@