aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2020-08-26 14:36:02 +0200
committerGitHub <noreply@github.com>2020-08-26 14:36:02 +0200
commit665e81dc9bfdee710384c6b7fe52013ab5ffca1a (patch)
tree8e036587f6b4cd76673f27803bb3b6a7583446e7 /c
parent223d80cfbec8fd346e32906c732c8ede21f0cea6 (diff)
downloadbrotli-665e81dc9bfdee710384c6b7fe52013ab5ffca1a.tar.gz
New version: 1.0.8 (#827)
Diffstat (limited to 'c')
-rw-r--r--c/common/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/common/version.h b/c/common/version.h
index 0d0d0c7..075d4d1 100644
--- a/c/common/version.h
+++ b/c/common/version.h
@@ -14,13 +14,13 @@
BrotliEncoderVersion methods. */
/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */
-#define BROTLI_VERSION 0x1000007
+#define BROTLI_VERSION 0x1000008
/* This macro is used by build system to produce Libtool-friendly soname. See
https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
*/
/* ABI version, calculated as (CURRENT << 24) | (REVISION << 12) | AGE */
-#define BROTLI_ABI_VERSION 0x1007000
+#define BROTLI_ABI_VERSION 0x1008000
#endif /* BROTLI_COMMON_VERSION_H_ */