From 54908fa3dac8b50fd2923b0e2d6fa62e434eb769 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 1 Aug 2022 11:21:47 +0100 Subject: [PATCH] Bump the version to 4.0 --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index debefd1..d39426a 100755 --- a/quickemu +++ b/quickemu @@ -1454,7 +1454,7 @@ EXTRA_ARGS="" # shellcheck disable=SC2155 readonly LAUNCHER=$(basename "${0}") readonly DISK_MIN_SIZE=$((197632 * 8)) -readonly VERSION="3.16" +readonly VERSION="4.0" # TODO: Make this run the native architecture binary QEMU=$(command -v qemu-system-x86_64)