aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xc/common/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/common/version.h b/c/common/version.h
index 10fe01f..c63f685 100755
--- a/c/common/version.h
+++ b/c/common/version.h
@@ -14,6 +14,6 @@
BrotliEncoderVersion methods. */
/* Semantic version, calculated as (MAJOR << 24) | (MINOR << 12) | PATCH */
-#define BROTLI_VERSION 0x1000000
+#define BROTLI_VERSION 0x1000001
#endif /* BROTLI_COMMON_VERSION_H_ */