base-files: update point release for new iso set.

This commit is contained in:
Ark74 2024-01-26 14:33:55 -06:00 committed by Luis Guzmán
parent 8dde32e79b
commit f0842c0799

View file

@ -17,11 +17,11 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=7 VERSION=8
. ./config . ./config
CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g") CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g")
POINT_RELEASE="" POINT_RELEASE=".1"
# Disable dynamic motd # Disable dynamic motd
find -name *motd-news* -delete find -name *motd-news* -delete