summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--src/nm_core.h2
2 files changed, 9 insertions, 1 deletions
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) \