Skip to content

Commit 4380566

Browse files
committed
Update version and changelog for 1.3.3 release.
1 parent facdf03 commit 4380566

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
Version 1.3.2 (2014 May 27)
28

39
* Fix an bug in oggpack_writecopy().

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([libogg],[1.3.2],[[email protected]])
3+
AC_INIT([libogg],[1.3.3],[[email protected]])
44

55
AC_CONFIG_SRCDIR(src/framing.c)
66

@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE([enable])
1010
dnl Library versioning
1111

1212
LIB_CURRENT=8
13-
LIB_REVISION=2
13+
LIB_REVISION=3
1414
LIB_AGE=8
1515
AC_SUBST(LIB_CURRENT)
1616
AC_SUBST(LIB_REVISION)

0 commit comments

Comments
 (0)