summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2001-12-19 01:02:46 +0000
committerJack Moffitt <jack@xiph.org>2001-12-19 01:02:46 +0000
commit65eeb675622ef8d8bcd5575e8972eb68f421c5a2 (patch)
treebb4ce572f00d0658884b04fa3751acfddb918600
parent143c68df7fe157617e10fa9108d9795b1e7e15c9 (diff)
downloadogg-65eeb675622ef8d8bcd5575e8972eb68f421c5a2.tar.gz
Update version number for release.
git-svn-id: http://svn.xiph.org/trunk/ogg@2826 0101bb08-14d6-0310-b084-bc0e0c8e3800
-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