diff --git a/initramfs/init b/initramfs/init index 67ae24b..c82a6e2 100755 --- a/initramfs/init +++ b/initramfs/init @@ -131,7 +131,7 @@ find_and_mount_media() { # main script echo "" -echo -e "${BOLD}CRUX 3.0 - ${BLUE}http://crux.nu/${NORM}" +echo -e "${BOLD}CRUX 3.1 - ${BLUE}http://crux.nu/${NORM}" echo "" exec >/dev/console &1 diff --git a/iso/bin/setup b/iso/bin/setup index d9ecd8e..524fd5b 100755 --- a/iso/bin/setup +++ b/iso/bin/setup @@ -20,7 +20,7 @@ # USA. # -VERSION="3.0" +VERSION="3.1" do_dialog() { dialog --backtitle "CRUX $VERSION Setup" --no-shadow "$@" @@ -304,7 +304,7 @@ main() { if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ] then (/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \ - --title " Please wait [2.8 -> 3.0 check]" --gauge "" 8 60 0 + --title " Please wait [3.0 -> 3.1 check]" --gauge "" 8 60 0 fi install_packages