diff --git a/CHANGES b/CHANGES
index 9bce540e3f16cf4db6370864958aa01c14e721d5..2e3adb80f7c84f5a788cb6197a5528389da860e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.8.2 - December 2001
+- alsa09 plugin updated
+
 0.8.0 - August 2000
 - Major API rewrite.  Old apps and plugins will not work with this library!
 - Default driver detection now works.
diff --git a/configure.in b/configure.in
index 7d588c97db2b007a025eecda7a178e536a2629c9..9c5257ba290a1ec101e271576a6154bea7028545 100644
--- a/configure.in
+++ b/configure.in
@@ -2,12 +2,12 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(src/audio_out.c)
 
-AM_INIT_AUTOMAKE(libao,0.8.1)
+AM_INIT_AUTOMAKE(libao,0.8.2)
 AM_DISABLE_STATIC
 
 dnl Library versioning
 LIB_CURRENT=3
-LIB_REVISION=0
+LIB_REVISION=1
 LIB_AGE=1
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
diff --git a/libao.spec b/libao.spec
index 7f69346bc0e13427fc7c7fdbccfb929c01878a4f..0ffd4e61ab2beac0ca37e06ef7f71352a9fbe6d5 100644
--- a/libao.spec
+++ b/libao.spec
@@ -1,5 +1,5 @@
 %define name		libao
-%define version		0.8.1
+%define version		0.8.2
 %define release 	1
 %define pluginver 	2
 
@@ -72,6 +72,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 /sbin/ldconfig
 
 %changelog
+* Tue Dec 18 2001 Jack Moffitt <jack@xiph.org>
+- Update for 0.8.2 release.
+
 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
 - supports configurable prefixes