expat: bump version for ubuntu0.4 release

This commit is contained in:
Ark74 2024-09-17 20:21:14 -06:00
parent f24da921d2
commit bd4bcea380

View file

@ -23,13 +23,13 @@
# such packages from Debian in order to build the required udeb packages. # such packages from Debian in order to build the required udeb packages.
## ##
VERSION=2 VERSION=3
NETINST=true NETINST=true
. ./config . ./config
#FIXME:T12 #FIXME:T12
# Set version number due to source origin change # Set version number due to source origin change
export FULLVERSION="$(sed 's|ubuntu0.3||' <<< $FULLVERSION)" export FULLVERSION="$(sed 's|ubuntu0.4||' <<< $FULLVERSION)"
changelog "Fetch and build as udeb dependency for debian-installer." changelog "Fetch and build as udeb dependency for debian-installer."
head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit