diff options
-rw-r--r-- | core/modules/qemu-src/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu-src/module.conf b/core/modules/qemu-src/module.conf index d05b4fbb..26c72356 100644 --- a/core/modules/qemu-src/module.conf +++ b/core/modules/qemu-src/module.conf @@ -1,7 +1,7 @@ #!/bin/bash REQUIRED_GIT=" - https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v6.1.0} + https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v9.1.0} " # copy everything since there is a clean installation done by 'make install' |