summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--configure.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 428d0cb..15786aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/configure.in b/configure.in
index 9cb2233..202f7c4 100644
--- a/configure.in
+++ b/configure.in
@@ -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)