Skip to content
Snippets Groups Projects
Commit 762ff7dd authored by Jack Moffitt's avatar Jack Moffitt
Browse files

Updated for 0.8.2 release.

git-svn-id: http://svn.xiph.org/trunk/ao@2853 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 550b16b1
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -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)
......
%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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment