summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2009-05-27 13:09:33 +0000
committerRalph Giles <giles@xiph.org>2009-05-27 13:09:33 +0000
commit73d106ebec400572ec4932c1276c17159b04cc4f (patch)
tree4cf92e8056070396349e9730a6a96725823c4391 /configure.in
parent7a46d1da9f1d9efd3f1e4794869fd5dfccaae5d3 (diff)
downloadogg-73d106ebec400572ec4932c1276c17159b04cc4f.tar.gz
Bump LIB_CURRENT and LIB_AGE for api additions.
In r16050 LIB_REVISION was bumped, but this is only used to identify newer implementations when the api hasn't changed. LIB_CURRENT increments for any actual ABI change, and LIB_AGE is also incremented for backward- compatible changes like new entry points. See theora/configure.ac for a handy guide. git-svn-id: http://svn.xiph.org/trunk/ogg@16053 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5f25809..4b879ea 100644
--- a/configure.in
+++ b/configure.in
@@ -7,9 +7,9 @@ AM_MAINTAINER_MODE
dnl Library versioning
-LIB_CURRENT=5
-LIB_REVISION=4
-LIB_AGE=5
+LIB_CURRENT=6
+LIB_REVISION=0
+LIB_AGE=6
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE)