build: Release v23.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-04-13 12:00:01 +01:00
parent cd2b167b33
commit 0c9c56f5a6
5 changed files with 123 additions and 42 deletions

View File

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