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

Stan Seibert volsung at xiph.org
Tue Sep 2 20:47:53 PDT 2003



volsung     03/09/02 23:47:53

  Modified:    .        configure.in
  Log:
  Bump package version and library version.  Only new types and
  functions added, so we are still backwards compatible.

Revision  Changes    Path
1.25      +3 -3      ogg/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- configure.in	18 Sep 2002 04:42:08 -0000	1.24
+++ configure.in	3 Sep 2003 03:47:53 -0000	1.25
@@ -2,13 +2,13 @@
 
 AC_INIT(src/framing.c)
 
-AM_INIT_AUTOMAKE(libogg,1.0)
+AM_INIT_AUTOMAKE(libogg,1.1)
 
 dnl Library versioning
 
-LIB_CURRENT=4
+LIB_CURRENT=5
 LIB_REVISION=0
-LIB_AGE=4
+LIB_AGE=5
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
 AC_SUBST(LIB_AGE)

<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