Bump library versioning and changelog for release.

Patch contributed by Ron Lee.

svn path=/trunk/ogg/; revision=18943
This commit is contained in:
Tim Terriberry 2013-05-14 01:29:00 +00:00
parent 380995711c
commit 546d4dd64c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Version 1.3.1 (2013 May 12)
* Guard against very large packets.
* Respect the configure --docdir override.
* Documentation fixes.
* More Windows build fixes.
Version 1.3.0 (2011 August 4)
* Add ogg_stream_flush_fill() call

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([libogg],[1.3.0],[ogg-dev@xiph.org])
AC_INIT([libogg],[1.3.1],[ogg-dev@xiph.org])
AC_CONFIG_SRCDIR(src/framing.c)
@ -10,7 +10,7 @@ AM_MAINTAINER_MODE([enable])
dnl Library versioning
LIB_CURRENT=8
LIB_REVISION=0
LIB_REVISION=1
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)