Ramp up to version to 1.0.1
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_ */