Skip to content

Commit 9c8c35a

Browse files
committed
v1.0.9 as fix for the regression
1 parent 702c8dc commit 9c8c35a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libtfmxaudiodecoder], [1.0.8])
1+
AC_INIT([libtfmxaudiodecoder], [1.0.9])
22
AC_CONFIG_SRCDIR([src/Decoder.cpp])
33
AM_INIT_AUTOMAKE([foreign])
44
AC_CONFIG_HEADERS([src/Config.h])

src/tfmxaudiodecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* only support filtering/sorting by file name extension.
3636
*/
3737

38-
#define TFMXAUDIODECODER_VERSION 010008
38+
#define TFMXAUDIODECODER_VERSION 010009
3939

4040
#ifdef __cplusplus
4141
extern "C" {

0 commit comments

Comments
 (0)