We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702c8dc commit 9c8c35aCopy full SHA for 9c8c35a
2 files changed
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([libtfmxaudiodecoder], [1.0.8])
+AC_INIT([libtfmxaudiodecoder], [1.0.9])
2
AC_CONFIG_SRCDIR([src/Decoder.cpp])
3
AM_INIT_AUTOMAKE([foreign])
4
AC_CONFIG_HEADERS([src/Config.h])
src/tfmxaudiodecoder.h
@@ -35,7 +35,7 @@
35
* only support filtering/sorting by file name extension.
36
*/
37
38
-#define TFMXAUDIODECODER_VERSION 010008
+#define TFMXAUDIODECODER_VERSION 010009
39
40
#ifdef __cplusplus
41
extern "C" {
0 commit comments