summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0x501D <mail@void.so>2021-07-22 15:07:29 +0300
committer0x501D <mail@void.so>2021-07-22 15:07:29 +0300
commitd27d3d22a4ae7d5efcc9c34643ca78889e104877 (patch)
tree721ba0ce764ab225fc94410638879c2eeae48994
parente785de3990c5982b90316dced79cf6b4bdd38a1b (diff)
versiob: bump majorv3.0.0-RC0
-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 f521cd9..16d1da0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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) \