diff options
author | Martin Storsjo <martin@martin.st> | 2013-11-25 12:21:32 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2013-11-25 12:25:55 +0200 |
commit | 2f29dd48d02d402169246e3c7f9256869817392a (patch) | |
tree | dc3b885dc4dc1993e9821b146da11ce3e45bcfe9 /configure.ac | |
parent | c3f7404aab05002b6ca51a51e41e35841f0004e4 (diff) | |
download | ODR-AudioEnc-2f29dd48d02d402169246e3c7f9256869817392a.tar.gz ODR-AudioEnc-2f29dd48d02d402169246e3c7f9256869817392a.tar.bz2 ODR-AudioEnc-2f29dd48d02d402169246e3c7f9256869817392a.zip |
Bump the version number, add a changelog entryv0.1.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4fd969e..452f74f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([fdk-aac], [0.1.2], [http://sourceforge.net/projects/opencore-amr/]) +AC_INIT([fdk-aac], [0.1.3], [http://sourceforge.net/projects/opencore-amr/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) @@ -26,7 +26,7 @@ AC_CHECK_LIB([m], [sin]) dnl soname version to use dnl goes by ‘current[:revision[:age]]’ with the soname ending up as dnl current.age.revision -FDK_AAC_VERSION=0:3:0 +FDK_AAC_VERSION=0:4:0 AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS]) AC_SUBST(FDK_AAC_VERSION) |