[xiph-cvs] cvs commit: vorbis configure.in
Stan Seibert
volsung at xiph.org
Tue Sep 2 20:57:51 PDT 2003
volsung 03/09/02 23:57:51
Modified: . configure.in
Log:
Bump package version and library version. Only new functions have
been added since 1.0 to libvorbis and libvorbisfile, so they get a
CURRENT++ and a AGE++.
Revision Changes Path
1.69 +5 -5 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- configure.in 21 Jul 2003 17:22:17 -0000 1.68
+++ configure.in 3 Sep 2003 03:57:50 -0000 1.69
@@ -5,16 +5,16 @@
dnl ------------------------------------------------
AC_INIT(lib/mdct.c)
-AM_INIT_AUTOMAKE(libvorbis,1.0)
+AM_INIT_AUTOMAKE(libvorbis,1.0.1)
dnl Library versioning
-V_LIB_CURRENT=2
+V_LIB_CURRENT=3
V_LIB_REVISION=0
-V_LIB_AGE=2
-VF_LIB_CURRENT=3
+V_LIB_AGE=3
+VF_LIB_CURRENT=4
VF_LIB_REVISION=0
-VF_LIB_AGE=0
+VF_LIB_AGE=1
VE_LIB_CURRENT=2
VE_LIB_REVISION=0
VE_LIB_AGE=0
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list