build: Release v32.0

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2023-05-18 13:34:53 +01:00
committed by Bo Chen
parent b7338c96eb
commit 42ca292dce
4 changed files with 110 additions and 51 deletions

View File

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