Bump version to 4.5

pull/596/head 4.5
Martin Wimpress 2 years ago
parent 28b549c886
commit d13509b5a7
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -1498,7 +1498,7 @@ EXTRA_ARGS=""
# shellcheck disable=SC2155 # shellcheck disable=SC2155
readonly LAUNCHER=$(basename "${0}") readonly LAUNCHER=$(basename "${0}")
readonly DISK_MIN_SIZE=$((197632 * 8)) readonly DISK_MIN_SIZE=$((197632 * 8))
readonly VERSION="4.4" readonly VERSION="4.5"
# TODO: Make this run the native architecture binary # TODO: Make this run the native architecture binary
QEMU=$(command -v qemu-system-x86_64) QEMU=$(command -v qemu-system-x86_64)

Loading…
Cancel
Save