summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-16 18:28:03 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-16 18:28:03 +0000
commitc2c8539201307cf8bf500ce7b77c8f09eaa655b7 (patch)
tree9f174d3d22546f00c61ed9a414ceb10f2021c4b0
parent55215597c43e81da1560894645dcd27642cc0a47 (diff)
bump version number to 0.9
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@886 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--configure.ac4
-rw-r--r--src/utils/pacat.c2
-rw-r--r--src/utils/pactl.c2
-rw-r--r--src/utils/paplay.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index cb8e42f5..52b7a6e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([polypaudio],[0.8.1],[mzcbylcnhqvb (at) 0pointer (dot) de])
+AC_INIT([polypaudio],[0.9],[mzcbylcnhqvb (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/daemon/main.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -28,7 +28,7 @@ AM_INIT_AUTOMAKE([foreign -Wall])
AC_SUBST(PA_MAJORMINOR, "$PACKAGE_VERSION")
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/polypaudio/])
-AC_SUBST(PA_API_VERSION, 8)
+AC_SUBST(PA_API_VERSION, 9)
AC_SUBST(PA_PROTOCOL_VERSION, 8)
AC_SUBST(LIBPOLYP_VERSION_INFO, [0:0:0])
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index c8890bbb..529cebae 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -40,7 +40,7 @@
#define TIME_EVENT_USEC 50000
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index fcc677d9..7a3d3737 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -39,7 +39,7 @@
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif
diff --git a/src/utils/paplay.c b/src/utils/paplay.c
index 7f665413..ad9d4553 100644
--- a/src/utils/paplay.c
+++ b/src/utils/paplay.c
@@ -38,7 +38,7 @@
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif