We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92963a4 commit 51e85c8Copy full SHA for 51e85c8
source/extensions/dynamic_modules/abi_version.h
@@ -6,7 +6,7 @@ namespace DynamicModules {
6
#endif
7
// This is the ABI version calculated as a sha256 hash of the ABI header files. When the ABI
8
// changes, this value must change, and the correctness of this value is checked by the test.
9
-const char* kAbiVersion = "88c582df7667206f8f412bc65e2e2fef32ce66fc19e8d681d135b69400e989c9";
+const char* kAbiVersion = "52972436b8fd594556e76e1f9adfe1c22b7fd4a6bd3bbe6d9cdc8e0d7903dc68";
10
11
#ifdef __cplusplus
12
} // namespace DynamicModules
0 commit comments