diff options
author | Martin Storsjo <martin@martin.st> | 2012-11-13 23:26:30 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2012-11-13 23:47:12 +0200 |
commit | b966edf7fc05d22e7370d263cbc682efcd361889 (patch) | |
tree | d944c9c60e667e869c593cfaaf0ef94021102961 /configure.ac | |
parent | ec5d9228938a0b3746bab2934d06828576122514 (diff) | |
download | ODR-AudioEnc-b966edf7fc05d22e7370d263cbc682efcd361889.tar.gz ODR-AudioEnc-b966edf7fc05d22e7370d263cbc682efcd361889.tar.bz2 ODR-AudioEnc-b966edf7fc05d22e7370d263cbc682efcd361889.zip |
Add a changelog entry for 0.1.1, bump the version numbersv0.1.1
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 44fb2f1..c52d0b9 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.0], [http://sourceforge.net/projects/opencore-amr/]) +AC_INIT([fdk-aac], [0.1.1], [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:1:0 +FDK_AAC_VERSION=0:2:0 AC_SUBST(FDK_AAC_VERSION) AC_CONFIG_FILES([Makefile |