summaryrefslogtreecommitdiffstats
path: root/src/utils
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 /src/utils
parent55215597c43e81da1560894645dcd27642cc0a47 (diff)
bump version number to 0.9
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@886 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pacat.c2
-rw-r--r--src/utils/pactl.c2
-rw-r--r--src/utils/paplay.c2
3 files changed, 3 insertions, 3 deletions
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