Commit 080af754 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

Add a changelog entry for 0.1.3, bump the version numbers

No related merge requests found
Showing with 10 additions and 2 deletions
0.1.3
- Unify the code with upstream, after local changes have been merged upstream
- Update source files to the latest version upstream (no functional changes)
- Avoid text relocations in arm assembly
- Clean up the autotools project files
- Minor warning fixes when building with certain warning flags
- Fix a bug in the wav reader, making it compatible with more wav files
0.1.2
- Update source files to the latest version upstream (no functional changes)
- Hide internal symbols in shared libraries
......
dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([vo-amrwbenc], [0.1.2], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([vo-amrwbenc], [0.1.3], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])
......@@ -37,7 +37,7 @@ LT_INIT
dnl soname version to use
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl current.age.revision.
VO_AMRWBENC_VERSION=0:3:0
VO_AMRWBENC_VERSION=0:4: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