From: Vinod Koul Date: Fri, 7 Jun 2013 15:13:55 +0000 (+0530) Subject: Tinycompress version 0.2.0 X-Git-Tag: v0.2.0^0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0f25782f913efb1abcc09964001ca4a5767c7e84;p=tinycompress.git Tinycompress version 0.2.0 Signed-off-by: Vinod Koul --- 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