[xiph-commits] r9789 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Sat Aug 20 11:42:16 PDT 2005
Author: giles
Date: 2005-08-20 11:42:15 -0700 (Sat, 20 Aug 2005)
New Revision: 9789
Modified:
trunk/theora/configure.ac
Log:
Bump library version numbers for code changes + new api entry.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2005-08-20 18:40:27 UTC (rev 9788)
+++ trunk/theora/configure.ac 2005-08-20 18:42:15 UTC (rev 9789)
@@ -16,9 +16,9 @@
dnl Library versioning
-V_LIB_CURRENT=1
+V_LIB_CURRENT=2
V_LIB_REVISION=0
-V_LIB_AGE=1
+V_LIB_AGE=2
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
AC_SUBST(V_LIB_AGE)
More information about the commits
mailing list