aboutsummaryrefslogtreecommitdiff
path: root/c/common/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common/version.h')
-rw-r--r--c/common/version.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/c/common/version.h b/c/common/version.h
index c63f685..38946e6 100644
--- a/c/common/version.h
+++ b/c/common/version.h
@@ -14,6 +14,13 @@
BrotliEncoderVersion methods. */
/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */
-#define BROTLI_VERSION 0x1000001
+#define BROTLI_VERSION 0x1000002
+
+/* 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 0x1002000
#endif /* BROTLI_COMMON_VERSION_H_ */