diff options
author | Martin Storsjo <martin@martin.st> | 2019-10-08 14:30:16 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-10-08 14:30:16 +0300 |
commit | d387d3b6ed79ff9a82c60440bdd86e6e5e324bec (patch) | |
tree | 03c1a72f44f247590012336d36ab51d11049dbd8 | |
parent | 3b9dd6b614edbfcb0cc31e176a0702c7a084d268 (diff) | |
download | fdk-aac-d387d3b6ed79ff9a82c60440bdd86e6e5e324bec.tar.gz fdk-aac-d387d3b6ed79ff9a82c60440bdd86e6e5e324bec.tar.bz2 fdk-aac-d387d3b6ed79ff9a82c60440bdd86e6e5e324bec.zip |
Bump the versions and add a changelog entry for v2.0.1
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +2.0.1 + - Minor release with a number of crash/fuzz fixes, primarily for the decoder + 2.0.0 - Major update in the upstream source base, with support for new profiles and features, and numerous crash/fuzz fixes. The new diff --git a/configure.ac b/configure.ac index 9c714d7..597120a 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], [2.0.0], [http://sourceforge.net/projects/opencore-amr/]) +AC_INIT([fdk-aac], [2.0.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_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=2:0:0 +FDK_AAC_VERSION=2:1:0 AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS]) AC_SUBST(FDK_AAC_VERSION) |