Commit 2bf74f68 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

Add a changelog entry for 0.1.2, bump the version numbers

No related merge requests found
Showing with 8 additions and 2 deletions
0.1.2
- Update source files to the latest version upstream (no functional changes)
- Hide internal symbols in shared libraries
- Whitespace cleanup in the codec code
- Minor tweaks
0.1.1
- Fix building for windows
......
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([vo-amrwbenc], [0.1.1], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([vo-amrwbenc], [0.1.2], [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:2:0
VO_AMRWBENC_VERSION=0:3: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