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) \