summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in6
-rw-r--r--libogg.spec5
2 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 1e128c9..e424533 100644
--- a/configure.in
+++ b/configure.in
@@ -2,13 +2,13 @@ dnl Process this file with autoconf to produce a configure script.
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)
diff --git a/libogg.spec b/libogg.spec
index 313f50f..cae5a6b 100644
--- a/libogg.spec
+++ b/libogg.spec
@@ -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 @@ make DESTDIR=$RPM_BUILD_ROOT install
/sbin/ldconfig
%changelog
+* Tue Dec 18 2001 Jack Moffitt <jack@xiph.org>
+- Update for RC3 release
+
* Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
- add support for configurable prefixes