Skip to content

Commit

Permalink
Bump DPE Profile version
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 authored and jhand2 committed Jan 30, 2025
1 parent f0e69a2 commit 7679315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<GetProfileResp>() + size_of::<u32>();
Expand Down
2 changes: 1 addition & 1 deletion verification/client/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
RespMagic uint32 = 0x44504552

CurrentProfileMajorVersion uint16 = 0
CurrentProfileMinorVersion uint16 = 11
CurrentProfileMinorVersion uint16 = 12
)

// CommandCode is a DPE command code
Expand Down

0 comments on commit 7679315

Please sign in to comment.