Bump the package version to 0.1.5

This commit is contained in:
Martin Storsjo 2016-08-25 22:20:09 +03:00
parent 932fc12396
commit a0bd8aa3b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
dnl -*- Autoconf -*- dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT([fdk-aac], [0.1.4], [http://sourceforge.net/projects/opencore-amr/]) AC_INIT([fdk-aac], [0.1.5], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.) AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign]) AM_INIT_AUTOMAKE([tar-ustar foreign])