Commit c13251b7 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

Add a changelog entry for 0.1.1, bump the version numbers

No related merge requests found
Showing with 5 additions and 2 deletions
0.1.1
- Fix building for windows
0.1.0
- Initial release of vo-amrwbenc
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([vo-amrwbenc], [0.1.0], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([vo-amrwbenc], [0.1.1], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar])
......@@ -43,7 +43,7 @@ AC_SUBST(LIBTOOL_DEPS)
# soname version to use
# goes by ‘current[:revision[:age]]’ with the soname ending up as
# current.age.revision.
VO_AMRWBENC_VERSION=0:1:0
VO_AMRWBENC_VERSION=0:2:0
AC_SUBST(VO_AMRWBENC_VERSION)
AC_CONFIG_FILES([Makefile
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment