build: Release v31.0

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao
2023-04-04 15:09:32 +00:00
committed by Bo Chen
parent d3ac6a85e0
commit f3522e85fc
4 changed files with 129 additions and 55 deletions

View File

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