diff --git a/archiso/airootfs/etc/lsb-release b/archiso/airootfs/etc/lsb-release index ec02a680..b8c766b9 100644 --- a/archiso/airootfs/etc/lsb-release +++ b/archiso/airootfs/etc/lsb-release @@ -1,5 +1,5 @@ LSB_VERSION=1.4 DISTRIB_ID=ArcoLinux -DISTRIB_RELEASE=v19.03.4 +DISTRIB_RELEASE=v19.04.1 DISTRIB_CODENAME=ArcoLinux DISTRIB_DESCRIPTION="ArcoLinux" diff --git a/archiso/airootfs/etc/os-release b/archiso/airootfs/etc/os-release index 7dc0d304..8c946089 100644 --- a/archiso/airootfs/etc/os-release +++ b/archiso/airootfs/etc/os-release @@ -1,7 +1,7 @@ NAME="ArcoLinux" ID=ArcoLinux ID_LIKE="arch" -VERSION_ID=v19.03.4 +VERSION_ID=v19.04.1 ANSI_COLOR="0;36" HOME_URL="https://arcolinux.info" SUPPORT_URL="http://arcolinuxforum.com" diff --git a/archiso/build.sh b/archiso/build.sh index 6431e263..c9ba21d0 100755 --- a/archiso/build.sh +++ b/archiso/build.sh @@ -3,10 +3,10 @@ set -e -u iso_name=arcolinux -iso_label="arcolinux-v19.03.4-x86_64" +iso_label="arcolinux-v19.04.1-x86_64" iso_publisher="ArcoLinux " iso_application="ArcoLinux Live/Rescue CD" -iso_version="v19.03.4" +iso_version="v19.04.1" install_dir=arch work_dir=work out_dir=out diff --git a/installation-scripts/10-change-versions.sh b/installation-scripts/10-change-versions.sh index 49210d14..d41539e1 100755 --- a/installation-scripts/10-change-versions.sh +++ b/installation-scripts/10-change-versions.sh @@ -14,10 +14,10 @@ set -e echo "Let us change all instances of version number everywhere." -echo "What is the old version? e.g. v19.03.1 (including v and dots)" +echo "What is the old version? e.g. v19.04.1 (including v and dots)" read oldversion -echo "To what version do you want upgrade e.g. v19.03.2 (including v and dots)" +echo "To what version do you want upgrade e.g. v19.04.2 (including v and dots)" read newversion