[xiph-cvs] cvs commit: ogg configure.in libogg.spec
Jack Moffitt
jack at xiph.org
Sun Jun 17 17:12:07 PDT 2001
jack 01/06/17 17:12:07
Modified: . configure.in libogg.spec
Log:
updated version to 1.0rc1 in preparation for release
Revision Changes Path
1.15 +3 -3 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- configure.in 2001/02/28 03:17:17 1.14
+++ configure.in 2001/06/18 00:12:06 1.15
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.0beta4)
+AM_INIT_AUTOMAKE(libogg,1.0rc1)
dnl Library versioning
-LIB_CURRENT=1
+LIB_CURRENT=2
LIB_REVISION=0
-LIB_AGE=1
+LIB_AGE=2
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE)
1.11 +1 -1 ogg/libogg.spec
Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libogg.spec 2001/04/09 07:40:12 1.10
+++ libogg.spec 2001/06/18 00:12:06 1.11
@@ -1,5 +1,5 @@
%define name libogg
-%define version 1.0beta4
+%define version 1.0rc1
%define release 1
Summary: Ogg Bitstream 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