From 77431b20583d9364be2adc6a14b8425495206db8 Mon Sep 17 00:00:00 2001 From: Jack Moffitt <jack@xiph.org> Date: Mon, 18 Jun 2001 00:07:20 +0000 Subject: [PATCH] version incremented to 0.7.0 in preparation for release. git-svn-id: http://svn.xiph.org/trunk/ao@1485 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 4 ++-- libao.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index a815e23..37122aa 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/audio_out.c) -AM_INIT_AUTOMAKE(libao,0.6.0) +AM_INIT_AUTOMAKE(libao,0.7.0) AM_DISABLE_STATIC dnl Library versioning LIB_CURRENT=1 -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 4922e6d..d27e6b0 100644 --- a/libao.spec +++ b/libao.spec @@ -1,5 +1,5 @@ %define name libao -%define version 0.6.0 +%define version 0.7.0 %define release 1 Summary: Cross Platform Audio Output Library -- GitLab