]> git.alsa-project.org Git - tinycompress.git/commitdiff
Tinycompress version 0.2.0 v0.2.0
authorVinod Koul <vinod.koul@intel.com>
Fri, 7 Jun 2013 15:13:55 +0000 (20:43 +0530)
committerVinod Koul <vinod.koul@intel.com>
Fri, 7 Jun 2013 15:13:55 +0000 (20:43 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/tinycompress/version.h

index 795fe77d09b9bfb3b8eaf3ab99286959348f27f9..000f6a2688adfe61915276226399f46c6ee9a6f1 100644 (file)
@@ -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