build: Release v16.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-06-10 16:25:44 +01:00
parent 1a5c6631a5
commit 5ed8e01faf
4 changed files with 75 additions and 19 deletions

View File

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