Update to tinycompress 2.0
0f25782 Tinycompress version 0.2.0
6b27cf7 compress: Add non-blocking I/O
0e0c39e compress: do not poll if enough space to write remaining data
78672ce compress: copy final version of config struct
5777ab6 cplay: use get_alsa_rate to convert sample rate
1bb4a13 add utils file with rate conversion helper
38145d7 fix error reporting in tinycompress
aad6a2a compress: fix hpointer error when no sample rate
31d610d compress: check for config first
Change-Id: I51037eacdab73dfd4f3b8e58cda79f536503f826
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