s/prerelease/beta/
"prerelease" is too long to use in the volid; mkisofs complains and the build drops out.
This commit is contained in:
parent
0ee38d20ce
commit
5401c5944b
2
CONF.sh
2
CONF.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue