build: Release v22.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-03-03 12:34:59 +00:00
parent 7936bfe680
commit 6aa10938e4
5 changed files with 138 additions and 34 deletions

View File

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