[xiph-cvs] cvs commit: vorbis configure.in
Jack Moffitt
jack at xiph.org
Mon Dec 31 15:26:32 PST 2001
jack 01/12/31 15:26:32
Modified: . configure.in
Log:
Library versioning fix. libvorbis and libvorbisenc also had API additions.
Revision Changes Path
1.51 +6 -6 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- configure.in 2001/12/31 23:20:46 1.50
+++ configure.in 2001/12/31 23:26:32 1.51
@@ -9,15 +9,15 @@
dnl Library versioning
-V_LIB_CURRENT=0
-V_LIB_REVISION=2
-V_LIB_AGE=0
+V_LIB_CURRENT=1
+V_LIB_REVISION=0
+V_LIB_AGE=1
VF_LIB_CURRENT=2
VF_LIB_REVISION=0
VF_LIB_AGE=2
-VE_LIB_CURRENT=0
-VE_LIB_REVISION=2
-VE_LIB_AGE=0
+VE_LIB_CURRENT=1
+VE_LIB_REVISION=0
+VE_LIB_AGE=1
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
AC_SUBST(V_LIB_AGE)
--- >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