[xiph-cvs] cvs commit: vorbis configure.in

Ralph Giles giles at xiph.org
Thu Jul 11 08:50:18 PDT 2002



giles       02/07/11 08:50:18

  Modified:    .        configure.in
  Log:
  Update library version numbers for release. We think libvorbis is backward-compatible with rc3, but not vorbisfile or vorbisenc.

Revision  Changes    Path
1.59      +5 -5      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- configure.in	2002/07/11 14:16:05	1.58
+++ configure.in	2002/07/11 15:50:17	1.59
@@ -10,14 +10,14 @@
 dnl Library versioning
 
 V_LIB_CURRENT=1
-V_LIB_REVISION=0
-V_LIB_AGE=1
-VF_LIB_CURRENT=3
+V_LIB_REVISION=1
+V_LIB_AGE=2
+VF_LIB_CURRENT=4
 VF_LIB_REVISION=0
 VF_LIB_AGE=0
-VE_LIB_CURRENT=1
+VE_LIB_CURRENT=2
 VE_LIB_REVISION=0
-VE_LIB_AGE=1
+VE_LIB_AGE=0
 AC_SUBST(V_LIB_CURRENT)
 AC_SUBST(V_LIB_REVISION)
 AC_SUBST(V_LIB_AGE)

<p><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