From f0842c07997b6e199b2630c91d26838c0d83bbd4 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 26 Jan 2024 14:33:55 -0600 Subject: [PATCH] base-files: update point release for new iso set. --- helpers/make-base-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-base-files b/helpers/make-base-files index 18f9d85..d9847e9 100644 --- a/helpers/make-base-files +++ b/helpers/make-base-files @@ -17,11 +17,11 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=7 +VERSION=8 . ./config CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g") -POINT_RELEASE="" +POINT_RELEASE=".1" # Disable dynamic motd find -name *motd-news* -delete