From f6aebfd48733366a6f915b4a6bdb31d9df15bac3 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Sat, 27 Jul 2013 02:26:23 +0300 Subject: Bump the version number, add a changelog entry --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 82e3237..4fd969e 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.1], [http://sourceforge.net/projects/opencore-amr/]) +AC_INIT([fdk-aac], [0.1.2], [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:2:0 +FDK_AAC_VERSION=0:3:0 AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS]) AC_SUBST(FDK_AAC_VERSION) -- cgit v1.2.3