[xiph-cvs] cvs commit: ao configure.in libao.spec

Jack Moffitt jack at xiph.org
Sun Jun 17 17:07:22 PDT 2001



jack        01/06/17 17:07:22

  Modified:    .        configure.in libao.spec
  Log:
  version incremented to 0.7.0 in preparation for release.

Revision  Changes    Path
1.21      +2 -2      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- configure.in	2001/06/13 00:14:37	1.20
+++ configure.in	2001/06/18 00:07:20	1.21
@@ -1,12 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/audio_out.c)
 
-AM_INIT_AUTOMAKE(libao,0.6.0)
+AM_INIT_AUTOMAKE(libao,0.7.0)
 AM_DISABLE_STATIC
 
 dnl Library versioning
 LIB_CURRENT=1
-LIB_REVISION=0
+LIB_REVISION=1
 LIB_AGE=1
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)

1.10      +1 -1      ao/libao.spec

Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libao.spec	2001/04/09 07:39:43	1.9
+++ libao.spec	2001/06/18 00:07:20	1.10
@@ -1,5 +1,5 @@
 %define name	libao
-%define version	0.6.0
+%define version	0.7.0
 %define release 1
 
 Summary:	Cross Platform Audio Output Library

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