Skip to content

Commit

Permalink
Add a changelog entry for 0.1.3, bump the version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jul 27, 2013
1 parent c032283 commit 080af75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,7 +1,7 @@
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])
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 080af75

Please sign in to comment.