From 0f25782f913efb1abcc09964001ca4a5767c7e84 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Fri, 7 Jun 2013 20:43:55 +0530 Subject: [PATCH] Tinycompress version 0.2.0 Signed-off-by: Vinod Koul --- include/tinycompress/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tinycompress/version.h b/include/tinycompress/version.h index 795fe77..000f6a2 100644 --- a/include/tinycompress/version.h +++ b/include/tinycompress/version.h @@ -55,7 +55,7 @@ #define TINYCOMPRESS_LIB_MAJOR 0 /* major number of library version */ -#define TINYCOMPRESS_LIB_MINOR 1 /* minor number of library version */ +#define TINYCOMPRESS_LIB_MINOR 2 /* minor number of library version */ #define TINYCOMPRESS_LIB_SUBMINOR 0 /* subminor number of library version */ /** library version */ @@ -65,6 +65,6 @@ TINYCOMPRESS_LIB_SUBMINOR) /** library version (string) */ -#define TINYCOMPRESS_LIB_VERSION_STR "0.1.0" +#define TINYCOMPRESS_LIB_VERSION_STR "0.2.0" #endif -- 2.47.3