[xiph-commits] r7837 - trunk/ogg
giles at motherfish-iii.xiph.org
giles at motherfish-iii.xiph.org
Thu Sep 23 06:12:02 PDT 2004
Author: giles
Date: 2004-09-23 06:12:01 -0700 (Thu, 23 Sep 2004)
New Revision: 7837
Modified:
trunk/ogg/configure.in
Log:
update release and soname version
Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in 2004-09-23 13:08:53 UTC (rev 7836)
+++ trunk/ogg/configure.in 2004-09-23 13:12:01 UTC (rev 7837)
@@ -2,13 +2,13 @@
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.1.1)
+AM_INIT_AUTOMAKE(libogg,1.1.2)
AM_MAINTAINER_MODE
dnl Library versioning
LIB_CURRENT=5
-LIB_REVISION=1
+LIB_REVISION=2
LIB_AGE=5
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
More information about the commits
mailing list