summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Balaev <mail@void.so>2024-02-19 15:59:48 +0300
committerPavel Balaev <mail@void.so>2024-02-19 15:59:48 +0300
commit92af91da7ad10219b053a64be0fe2c62a1d8c022 (patch)
treeea4414ae88ce35856f2a894c94e423638d68e6d2
parente2e88fc67d3243855fbe2b189037c107792e84e8 (diff)
nemu: release 3.3.1HEADv3.3.1master
Release 3.3.1
-rw-r--r--CHANGES2
-rw-r--r--src/nm_core.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 312cfac..2a58295 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-v3.3.1 - future
+v3.3.1 - 19.02.2024
------------------------
- Feature: error text color config option
- Bugfix: segfault when accessing network interface without a name
diff --git a/src/nm_core.h b/src/nm_core.h
index 835a00f..5dd42ae 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.3.0"
+#define NM_VERSION "v3.3.1"
#endif
#define nm_min(a, b) \