[xiph-commits] r16560 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Sep 24 11:26:22 PDT 2009
Author: giles
Date: 2009-09-24 11:26:22 -0700 (Thu, 24 Sep 2009)
New Revision: 16560
Modified:
trunk/theora/configure.ac
Log:
Bump library so versioning for decoder changes since the last release.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2009-09-22 18:49:23 UTC (rev 16559)
+++ trunk/theora/configure.ac 2009-09-24 18:26:22 UTC (rev 16560)
@@ -22,14 +22,14 @@
dnl - interfaces removed -> AGE = 0
TH_LIB_CURRENT=3
-TH_LIB_REVISION=8
+TH_LIB_REVISION=9
TH_LIB_AGE=3
AC_SUBST(TH_LIB_CURRENT)
AC_SUBST(TH_LIB_REVISION)
AC_SUBST(TH_LIB_AGE)
THDEC_LIB_CURRENT=2
-THDEC_LIB_REVISION=2
+THDEC_LIB_REVISION=3
THDEC_LIB_AGE=1
AC_SUBST(THDEC_LIB_CURRENT)
AC_SUBST(THDEC_LIB_REVISION)
More information about the commits
mailing list