build: Release v28.2 (bug fix release)

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2023-01-24 09:57:40 -08:00
committed by Bo Chen
parent 42357c01f3
commit 3b0d2e796b
4 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ pub mod protocol;
/// Global VMM version for versioning
const MAJOR_VERSION: u16 = 28;
const MINOR_VERSION: u16 = 1;
const MINOR_VERSION: u16 = 2;
const VMM_VERSION: u16 = MAJOR_VERSION << 12 | MINOR_VERSION & 0b1111;
pub trait VersionMapped {