We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facdf03 commit 4380566Copy full SHA for 4380566
CHANGES
@@ -1,3 +1,9 @@
1
+Version 1.3.3 (2017 November 7)
2
+
3
+ * Fix and issue with corrupt continued packet handling.
4
+ * Update Windows projects and build settings.
5
+ * Remove Mac OS 9 build support.
6
7
Version 1.3.2 (2014 May 27)
8
9
* Fix an bug in oggpack_writecopy().
configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libogg],[1.3.2],[[email protected]])
+AC_INIT([libogg],[1.3.3],[[email protected]])
AC_CONFIG_SRCDIR(src/framing.c)
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE([enable])
10
dnl Library versioning
11
12
LIB_CURRENT=8
13
-LIB_REVISION=2
+LIB_REVISION=3
14
LIB_AGE=8
15
AC_SUBST(LIB_CURRENT)
16
AC_SUBST(LIB_REVISION)
0 commit comments