We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd138 commit 2d89581Copy full SHA for 2d89581
2 files changed
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([libtfmxaudiodecoder], [1.0.6])
+AC_INIT([libtfmxaudiodecoder], [1.0.7])
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 010006
+#define TFMXAUDIODECODER_VERSION 010007
39
40
#ifdef __cplusplus
41
extern "C" {
0 commit comments