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 a1e4497 commit d6d9895Copy full SHA for d6d9895
c/common/version.h
@@ -14,13 +14,13 @@
14
BrotliEncoderVersion methods. */
15
16
/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */
17
-#define BROTLI_VERSION 0x1000006
+#define BROTLI_VERSION 0x1000007
18
19
/* This macro is used by build system to produce Libtool-friendly soname. See
20
https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
21
*/
22
23
/* ABI version, calculated as (CURRENT << 24) | (REVISION << 12) | AGE */
24
-#define BROTLI_ABI_VERSION 0x1006000
+#define BROTLI_ABI_VERSION 0x1007000
25
26
#endif /* BROTLI_COMMON_VERSION_H_ */
0 commit comments