[xiph-commits] r15815 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Sat Mar 21 00:05:44 PDT 2009
Author: giles
Date: 2009-03-21 00:05:44 -0700 (Sat, 21 Mar 2009)
New Revision: 15815
Modified:
branches/theora-thusnelda/configure.ac
Log:
Bump the library versioning so we're one revision past the 1.0 release.
I believe we're still abi compatible.
Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac 2009-03-21 07:03:21 UTC (rev 15814)
+++ branches/theora-thusnelda/configure.ac 2009-03-21 07:05:44 UTC (rev 15815)
@@ -22,21 +22,21 @@
dnl - interfaces removed -> AGE = 0
TH_LIB_CURRENT=3
-TH_LIB_REVISION=2
+TH_LIB_REVISION=5
TH_LIB_AGE=3
AC_SUBST(TH_LIB_CURRENT)
AC_SUBST(TH_LIB_REVISION)
AC_SUBST(TH_LIB_AGE)
THDEC_LIB_CURRENT=1
-THDEC_LIB_REVISION=0
+THDEC_LIB_REVISION=2
THDEC_LIB_AGE=0
AC_SUBST(THDEC_LIB_CURRENT)
AC_SUBST(THDEC_LIB_REVISION)
AC_SUBST(THDEC_LIB_AGE)
THENC_LIB_CURRENT=1
-THENC_LIB_REVISION=0
+THENC_LIB_REVISION=1
THENC_LIB_AGE=0
AC_SUBST(THENC_LIB_CURRENT)
AC_SUBST(THENC_LIB_REVISION)
More information about the commits
mailing list