diff options
author | 0x501D <mail@void.so> | 2021-07-22 15:07:29 +0300 |
---|---|---|
committer | 0x501D <mail@void.so> | 2021-07-22 15:07:29 +0300 |
commit | d27d3d22a4ae7d5efcc9c34643ca78889e104877 (patch) | |
tree | 721ba0ce764ab225fc94410638879c2eeae48994 | |
parent | e785de3990c5982b90316dced79cf6b4bdd38a1b (diff) |
versiob: bump majorv3.0.0-RC0
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | src/nm_core.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -v2.?.? - ??.??.???? +v3.0.0 - ??.??.???? ------------------------ - Feature: internal QEMU network support (including hostfwd, smb) - Feature: add the ability to change the display type diff --git a/src/nm_core.h b/src/nm_core.h index a880d8a..5ddb477 100644 --- a/src/nm_core.h +++ b/src/nm_core.h @@ -30,7 +30,7 @@ #define NM_PROGNAME "nemu" #ifndef NM_VERSION -#define NM_VERSION "v2.6.0" +#define NM_VERSION "v3.0.0-RC0" #endif #define nm_min(a, b) \ |