summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-06-03 16:37:11 -0700
committerRalph Giles <giles@thaumas.net>2021-06-03 16:37:11 -0700
commitda4fa06714ce0f84543e4700164ee557dca84551 (patch)
tree7754625dc480832c9f849e2185b2a6d487adb0b2 /configure.ac
parent369657ca2eb36131cbd53359b4d365e2b48054de (diff)
downloadogg-git-da4fa06714ce0f84543e4700164ee557dca84551.tar.gz
Update version and CHANGES for 1.3.5 release.
Summarize recent changes, and bump the package version and soname. There have been no interface changes, just bug fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ca7b262..b7b255d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libogg],[1.3.4],[ogg-dev@xiph.org])
+AC_INIT([libogg],[1.3.5],[ogg-dev@xiph.org])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE([enable])
dnl Library versioning
LIB_CURRENT=8
-LIB_REVISION=4
+LIB_REVISION=5
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)