build: Release v18.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-09-08 17:51:35 +01:00
parent 4f37a273d9
commit 2c4f8d2218
5 changed files with 107 additions and 24 deletions

View File

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