[xiph-commits] r8420 - trunk/theora

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Wed Dec 15 11:18:44 PST 2004


Author: giles
Date: 2004-12-15 11:18:43 -0800 (Wed, 15 Dec 2004)
New Revision: 8420

Modified:
   trunk/theora/configure.ac
Log:
Update the soname versioning since we've added to the API.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2004-12-15 19:18:13 UTC (rev 8419)
+++ trunk/theora/configure.ac	2004-12-15 19:18:43 UTC (rev 8420)
@@ -16,9 +16,9 @@
 
 dnl Library versioning
 
-V_LIB_CURRENT=0
+V_LIB_CURRENT=1
 V_LIB_REVISION=0
-V_LIB_AGE=0
+V_LIB_AGE=1
 AC_SUBST(V_LIB_CURRENT)
 AC_SUBST(V_LIB_REVISION)
 AC_SUBST(V_LIB_AGE)



More information about the commits mailing list