File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ import_librt_strings(void)
1515// ABI version -- only an exact match is compatible. This will only be changed in
1616// very exceptional cases (likely never) due to strict backward compatibility
1717// requirements.
18- #define LIBRT_STRINGS_ABI_VERSION 0
18+ #define LIBRT_STRINGS_ABI_VERSION 1
1919
2020// API version -- more recent versions must maintain backward compatibility, i.e.
2121// we can add new features but not remove or change existing features (unless
2222// ABI version is changed, but see the comment above).
23- #define LIBRT_STRINGS_API_VERSION 1
23+ #define LIBRT_STRINGS_API_VERSION 2
2424
2525// Number of functions in the capsule API. If you add a new function, also increase
2626// LIBRT_STRINGS_API_VERSION.
You can’t perform that action at this time.
0 commit comments