diff options
author | Martin Storsjo <martin@martin.st> | 2018-03-06 12:22:48 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2018-03-06 12:49:28 +0200 |
commit | a30bfced6b6d6d976c728552d247cb30dd86e238 (patch) | |
tree | 883cb99bc4e75168612a32c38a559a437d2e5313 /configure.ac | |
parent | 5891b75b311c8fb27706cc2128a49d10dc477dca (diff) | |
download | fdk-aac-a30bfced6b6d6d976c728552d247cb30dd86e238.tar.gz fdk-aac-a30bfced6b6d6d976c728552d247cb30dd86e238.tar.bz2 fdk-aac-a30bfced6b6d6d976c728552d247cb30dd86e238.zip |
Bump the versions and add a changelog entry for v0.1.6
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 1485ff7..86a9102 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.5], [http://sourceforge.net/projects/opencore-amr/]) +AC_INIT([fdk-aac], [0.1.6], [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_SEARCH_LIBS([sin], [m]) dnl soname version to use dnl goes by ‘current[:revision[:age]]’ with the soname ending up as dnl current.age.revision -FDK_AAC_VERSION=1:0:0 +FDK_AAC_VERSION=1:1:0 AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS]) AC_SUBST(FDK_AAC_VERSION) |