From c081ca007b266442205ec40103874ada10895b4d Mon Sep 17 00:00:00 2001 From: D3vil0p3r <> Date: Mon, 20 Feb 2023 00:13:53 +0100 Subject: [PATCH] version bump --- archiso/airootfs/etc/dev-rel | 2 +- archiso/profiledef.sh | 2 +- installation-scripts/30-build-the-iso-the-first-time.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archiso/airootfs/etc/dev-rel b/archiso/airootfs/etc/dev-rel index 10a23f562..d20379edf 100644 --- a/archiso/airootfs/etc/dev-rel +++ b/archiso/airootfs/etc/dev-rel @@ -1,3 +1,3 @@ -ISO_RELEASE=v23.01.23 +ISO_RELEASE=v23.02.20 ISO_CODENAME=Athena ISO_BUILD= diff --git a/archiso/profiledef.sh b/archiso/profiledef.sh index c7abf8b2e..81083a6af 100755 --- a/archiso/profiledef.sh +++ b/archiso/profiledef.sh @@ -5,7 +5,7 @@ iso_name="athena" iso_label="ATHENA-OS" iso_publisher="Athena " iso_application="Athena Live/Rescue CD" -iso_version="2023.01.23" +iso_version="2023.02.20" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' diff --git a/installation-scripts/30-build-the-iso-the-first-time.sh b/installation-scripts/30-build-the-iso-the-first-time.sh index df15b49f3..930b88ec4 100755 --- a/installation-scripts/30-build-the-iso-the-first-time.sh +++ b/installation-scripts/30-build-the-iso-the-first-time.sh @@ -29,7 +29,7 @@ echo desktop="gnome" dmDesktop="gnome" - athenaVersion='v23.01.23' + athenaVersion='v20.02.23' isoLabel='athena-'$athenaVersion'-x86_64.iso'