Pull down version for v0.6.0 release
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_ */