[polypaudio-commits] r886 - in /trunk: configure.ac src/utils/pacat.c src/utils/pactl.c src/utils/paplay.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Tue May 16 11:28:05 PDT 2006


Author: lennart
Date: Tue May 16 20:28:03 2006
New Revision: 886

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=886&root=polypaudio&view=rev
Log:
bump version number to 0.9

Modified:
    trunk/configure.ac
    trunk/src/utils/pacat.c
    trunk/src/utils/pactl.c
    trunk/src/utils/paplay.c

Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=886&root=polypaudio&r1=885&r2=886&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue May 16 20:28:03 2006
@@ -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 @@
 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])

Modified: trunk/src/utils/pacat.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pacat.c?rev=886&root=polypaudio&r1=885&r2=886&view=diff
==============================================================================
--- trunk/src/utils/pacat.c (original)
+++ trunk/src/utils/pacat.c Tue May 16 20:28:03 2006
@@ -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
 

Modified: trunk/src/utils/pactl.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pactl.c?rev=886&root=polypaudio&r1=885&r2=886&view=diff
==============================================================================
--- trunk/src/utils/pactl.c (original)
+++ trunk/src/utils/pactl.c Tue May 16 20:28:03 2006
@@ -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
 

Modified: trunk/src/utils/paplay.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/paplay.c?rev=886&root=polypaudio&r1=885&r2=886&view=diff
==============================================================================
--- trunk/src/utils/paplay.c (original)
+++ trunk/src/utils/paplay.c Tue May 16 20:28:03 2006
@@ -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
 




More information about the pulseaudio-commits mailing list