From 76793159830d29f5388ed7563679da62bb6126cf Mon Sep 17 00:00:00 2001 From: Carl Lundin Date: Wed, 29 Jan 2025 16:10:03 -0800 Subject: [PATCH] Bump DPE Profile version --- dpe/src/lib.rs | 2 +- verification/client/abi.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dpe/src/lib.rs b/dpe/src/lib.rs index c3545bf1..64456f3c 100644 --- a/dpe/src/lib.rs +++ b/dpe/src/lib.rs @@ -35,7 +35,7 @@ pub const MAX_HANDLES: usize = 24; include!(concat!(env!("OUT_DIR"), "/arbitrary_max_handles.rs")); const CURRENT_PROFILE_MAJOR_VERSION: u16 = 0; -const CURRENT_PROFILE_MINOR_VERSION: u16 = 11; +const CURRENT_PROFILE_MINOR_VERSION: u16 = 12; #[cfg(not(feature = "disable_internal_info"))] const INTERNAL_INPUT_INFO_SIZE: usize = size_of::() + size_of::(); diff --git a/verification/client/abi.go b/verification/client/abi.go index 906e8f1c..6021c3e6 100644 --- a/verification/client/abi.go +++ b/verification/client/abi.go @@ -16,7 +16,7 @@ const ( RespMagic uint32 = 0x44504552 CurrentProfileMajorVersion uint16 = 0 - CurrentProfileMinorVersion uint16 = 11 + CurrentProfileMinorVersion uint16 = 12 ) // CommandCode is a DPE command code