diff --git a/configure.in b/configure.in
index a815e2358e4465bf986c14babf0b93e4e37f9871..37122aa41146f686e9d49eeed686efaba063605a 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 4922e6d82b1bb757ab5942d9b438b2d4e48199cb..d27e6b053067c5ee5619afbf5e74589091abc9d6 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