build: Release 17.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-07-22 16:09:36 +01:00
parent 72092a9733
commit e6db599907
4 changed files with 88 additions and 21 deletions

View File

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