[xiph-commits] r16053 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Wed May 27 06:09:33 PDT 2009


Author: giles
Date: 2009-05-27 06:09:33 -0700 (Wed, 27 May 2009)
New Revision: 16053

Modified:
   trunk/ogg/configure.in
Log:
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.


Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2009-05-27 10:21:37 UTC (rev 16052)
+++ trunk/ogg/configure.in	2009-05-27 13:09:33 UTC (rev 16053)
@@ -7,9 +7,9 @@
 
 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)



More information about the commits mailing list