build: Release v35.0

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2023-09-20 10:52:11 -07:00
committed by Rob Bradford
parent 7ea0bf41be
commit 339912a576
4 changed files with 116 additions and 57 deletions

View File

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