[xiph-commits] r17271 - trunk/ogg

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Jun 3 23:41:11 PDT 2010


Author: xiphmont
Date: 2010-06-03 23:41:11 -0700 (Thu, 03 Jun 2010)
New Revision: 17271

Modified:
   trunk/ogg/configure.in
Log:
Bump version for changes in SVN



Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2010-06-04 06:01:33 UTC (rev 17270)
+++ trunk/ogg/configure.in	2010-06-04 06:41:11 UTC (rev 17271)
@@ -2,13 +2,13 @@
 
 AC_INIT(src/framing.c)
 
-AM_INIT_AUTOMAKE(libogg,1.2.0)
+AM_INIT_AUTOMAKE(libogg,1.2.1pre)
 AM_MAINTAINER_MODE
 
 dnl Library versioning
 
 LIB_CURRENT=7
-LIB_REVISION=0
+LIB_REVISION=1
 LIB_AGE=7
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)



More information about the commits mailing list