[xiph-commits] r10470 - trunk/vorbis

giles at svn.xiph.org giles at svn.xiph.org
Sun Nov 27 17:13:43 PST 2005


Author: giles
Date: 2005-11-27 17:13:42 -0800 (Sun, 27 Nov 2005)
New Revision: 10470

Modified:
   trunk/vorbis/configure.in
Log:
Bump the version to 1.1.2. I've also bumped all the so revision numbers; 
technically only the libvorbis code has changed, but this should do no
harm and in my ignorance it feels safer.


Modified: trunk/vorbis/configure.in
===================================================================
--- trunk/vorbis/configure.in	2005-11-28 01:12:33 UTC (rev 10469)
+++ trunk/vorbis/configure.in	2005-11-28 01:13:42 UTC (rev 10470)
@@ -11,19 +11,19 @@
 
 AM_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE(libvorbis,1.1.1)
+AM_INIT_AUTOMAKE(libvorbis,1.1.2)
 AM_MAINTAINER_MODE
 
 dnl Library versioning
 
 V_LIB_CURRENT=3
-V_LIB_REVISION=0
+V_LIB_REVISION=1
 V_LIB_AGE=3
 VF_LIB_CURRENT=4
-VF_LIB_REVISION=0
+VF_LIB_REVISION=1
 VF_LIB_AGE=1
 VE_LIB_CURRENT=2
-VE_LIB_REVISION=1
+VE_LIB_REVISION=2
 VE_LIB_AGE=0
 AC_SUBST(V_LIB_CURRENT)
 AC_SUBST(V_LIB_REVISION)



More information about the commits mailing list