build: Release v30.0

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2023-02-23 12:35:20 -08:00
committed by Bo Chen
parent 2593b67864
commit ece0e6fa92
4 changed files with 133 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ use versionize::{VersionMap, Versionize};
pub mod protocol;
/// Global VMM version for versioning
const MAJOR_VERSION: u16 = 29;
const MAJOR_VERSION: u16 = 30;
const MINOR_VERSION: u16 = 0;
const VMM_VERSION: u16 = MAJOR_VERSION << 12 | MINOR_VERSION & 0b1111;