Skip to content

Commit d6d9895

Browse files
authored
Ramp up version to 1.0.7
1 parent a1e4497 commit d6d9895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c/common/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
BrotliEncoderVersion methods. */
1515

1616
/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */
17-
#define BROTLI_VERSION 0x1000006
17+
#define BROTLI_VERSION 0x1000007
1818

1919
/* This macro is used by build system to produce Libtool-friendly soname. See
2020
https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
2121
*/
2222

2323
/* ABI version, calculated as (CURRENT << 24) | (REVISION << 12) | AGE */
24-
#define BROTLI_ABI_VERSION 0x1006000
24+
#define BROTLI_ABI_VERSION 0x1007000
2525

2626
#endif /* BROTLI_COMMON_VERSION_H_ */

0 commit comments

Comments
 (0)