summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Balaev <balaev@tarantool.org>2022-12-06 18:14:07 +0300
committerPavel Balaev <balaev@tarantool.org>2022-12-06 18:17:13 +0300
commit9e23b196afc3beaabb594e0109cc7377751c5b6b (patch)
treebc6415b5415fa2d9ca4e14cf61fb557678c34e36
parent0250349510df50bacf84207e1bb550ad6d6b0138 (diff)
nemu: release 3.2.0v3.2.0
Release 3.2.0
-rw-r--r--CHANGES4
-rw-r--r--src/nm_core.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d0c1f96..40cd970 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-v3.2.0 - Future
+v3.2.0 - 06.12.2022
------------------------
- Feature: Spice agent support
- Feature: new cli commands for VM snapshots:
@@ -11,7 +11,7 @@ v3.2.0 - Future
- Change: user networking is set by default on VM install
- Bugfix: fix wrong drive virtual size on import
-v3.1.0 - 16.10.1022
+v3.1.0 - 16.10.2022
------------------------
- Feature: network hotplug
- Feature: remote control API listen interface parameter
diff --git a/src/nm_core.h b/src/nm_core.h
index 591f5f8..5aaa58c 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.1.0"
+#define NM_VERSION "v3.2.0"
#endif
#define nm_min(a, b) \