build: Release v34.0

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2023-08-10 14:04:26 +01:00
committed by Rob Bradford
parent 96df501b7f
commit 487a43cdee
4 changed files with 123 additions and 56 deletions

View File

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