Skip to content

Commit

Permalink
Bump up API version (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy authored Feb 27, 2023
1 parent 6cc28d0 commit 9a211db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion published/external/xdpapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ typedef struct _XDP_API_TABLE XDP_API_TABLE;
// The only API version currently supported. Any change to the API is considered
// a breaking change and support for previous versions will be removed.
//
#define XDP_VERSION_PRERELEASE 100003
#define XDP_VERSION_PRERELEASE 100004

//
// Opens the API and returns an API function table with the rest of the API's
Expand Down

0 comments on commit 9a211db

Please sign in to comment.