From 3cd88b2b4e970b0bf51a687e0170cd5fd4897be4 Mon Sep 17 00:00:00 2001 From: Pavel Balaev Date: Wed, 4 Oct 2023 15:27:43 +0300 Subject: [PATCH] nemu: release 3.3.0 Release 3.3.0 --- CHANGES | 8 ++++++++ src/nm_core.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 40cd970..d6b90f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +v3.3.0 - 04.10.2023 +------------------------ + - Feature: support vga none option + - Feature: snapshots now works on MacOS + - Feature: new remote_api method - vm_set_settings + - Change: make usb optional at buildtime + - Change: database internals was refactored + v3.2.0 - 06.12.2022 ------------------------ - Feature: Spice agent support diff --git a/src/nm_core.h b/src/nm_core.h index 04deaa8..835a00f 100644 --- a/src/nm_core.h +++ b/src/nm_core.h @@ -32,7 +32,7 @@ #define NM_PROGNAME "nemu" #ifndef NM_VERSION -#define NM_VERSION "v3.2.0" +#define NM_VERSION "v3.3.0" #endif #define nm_min(a, b) \