From 89803b95ee72769628726fdf1aa1a45075813cbe Mon Sep 17 00:00:00 2001 From: eustas Date: Tue, 14 Jun 2016 15:06:36 +0200 Subject: [PATCH] Prepare to release 0.4.0 --- tools/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/version.h b/tools/version.h index 6125a73..53df138 100644 --- a/tools/version.h +++ b/tools/version.h @@ -9,6 +9,6 @@ #ifndef BROTLI_TOOLS_VERSION_H_ #define BROTLI_TOOLS_VERSION_H_ -#define BROTLI_VERSION "0.3.0" +#define BROTLI_VERSION "0.4.0" #endif /* BROTLI_TOOLS_VERSION_H_ */