[xiph-cvs] cvs commit: ogg configure.in libogg.spec
Jack Moffitt
jack at xiph.org
Tue Dec 18 17:02:46 PST 2001
jack 01/12/18 17:02:46
Modified: . configure.in libogg.spec
Log:
Update version number for release.
Revision Changes Path
1.20 +3 -3 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- configure.in 2001/10/27 22:43:54 1.19
+++ configure.in 2001/12/19 01:02:46 1.20
@@ -2,13 +2,13 @@
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.0rc2)
+AM_INIT_AUTOMAKE(libogg,1.0rc3)
dnl Library versioning
-LIB_CURRENT=2
+LIB_CURRENT=3
LIB_REVISION=0
-LIB_AGE=2
+LIB_AGE=3
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE)
1.14 +4 -1 ogg/libogg.spec
Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libogg.spec 2001/10/07 19:29:48 1.13
+++ libogg.spec 2001/12/19 01:02:46 1.14
@@ -1,5 +1,5 @@
%define name libogg
-%define version 1.0rc2
+%define version 1.0rc3
%define release 1
Summary: Ogg Bitstream Library
@@ -75,6 +75,9 @@
/sbin/ldconfig
%changelog
+* Tue Dec 18 2001 Jack Moffitt <jack at xiph.org>
+- Update for RC3 release
+
* Sun Oct 07 2001 Jack Moffitt <jack at xiph.org>
- add support for configurable prefixes
--- >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