build: Release v21.0

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-01-20 11:49:34 +00:00
parent eb5c5f2c7f
commit 95ca79974a
5 changed files with 100 additions and 30 deletions

View File

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