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 0c1385a commit 54f8142Copy full SHA for 54f8142
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 = "dcd3808436396000e681f7014dda187ca87708995367ea1374e4b3191281cb7c";
+const char* kAbiVersion = "88c582df7667206f8f412bc65e2e2fef32ce66fc19e8d681d135b69400e989c9";
10
11
#ifdef __cplusplus
12
} // namespace DynamicModules
0 commit comments