aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-04-10 10:42:24 +0200
committerGitHub <noreply@github.com>2017-04-10 10:42:24 +0200
commit46c1a881b41bb638c76247558aa04b1591af3aa7 (patch)
tree32f60de38b3153bc5d3deefd3c572d564c0b9fe9
parent21c118ba776a1e93a30397bdd66636a6f3c0b06b (diff)
downloadbrotli-46c1a881b41bb638c76247558aa04b1591af3aa7.zip
brotli-46c1a881b41bb638c76247558aa04b1591af3aa7.tar.gz
brotli-46c1a881b41bb638c76247558aa04b1591af3aa7.tar.bz2
Pull down version for v0.6.0 releasev0.6.0
-rwxr-xr-xcommon/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/version.h b/common/version.h
index 10fe01f..a201860 100755
--- a/common/version.h
+++ b/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 0x0006000
#endif /* BROTLI_COMMON_VERSION_H_ */