s/prerelease/beta/

"prerelease" is too long to use in the volid; mkisofs complains and
the build drops out.
This commit is contained in:
Steve McIntyre 2001-07-12 01:30:29 +00:00
parent 0ee38d20ce
commit 5401c5944b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export BASEDIR=`pwd`
export CODENAME=woody export CODENAME=woody
# Version number, "2.2 r0", "2.2 r1" etc. # Version number, "2.2 r0", "2.2 r1" etc.
export DEBVERSION="3.0 prerelease" export DEBVERSION="3.0 beta"
# Official or non-official set. # Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE # NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE