Skip to content

Commit b43d0f9

Browse files
ekoopspoiana
authored andcommitted
feat!: bump schema version to 4.0.0
Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent 42e3912 commit b43d0f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver/SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.69.1
1+
4.0.0

userspace/libscap/scap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct scap_vtable;
102102
// and handle the result
103103
//
104104
#define SCAP_MINIMUM_DRIVER_API_VERSION PPM_API_VERSION(8, 0, 0)
105-
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(3, 69, 0)
105+
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(4, 0, 0)
106106

107107
//
108108
// This is the dimension we used before introducing the variable buffer size.

0 commit comments

Comments
 (0)