From 46c1a881b41bb638c76247558aa04b1591af3aa7 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Mon, 10 Apr 2017 10:42:24 +0200 Subject: Pull down version for v0.6.0 release --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */ -- cgit v1.1