changeset 1062:1d65dcdb714c trunk

[svn] - bump version of plugins and version requirements per plugin api v2
author nenolod
date Thu, 24 May 2007 02:12:43 -0700
parents 2cf4d0182a86
children 872a2f7d3f6e
files ChangeLog configure.ac
diffstat 2 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 24 02:11:23 2007 -0700
+++ b/ChangeLog	Thu May 24 02:12:43 2007 -0700
@@ -1,3 +1,16 @@
+2007-05-24 09:11:23 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2288]
+  - remove xmms_session values per plugin api v2
+  
+  trunk/src/blur_scope/blur_scope.c |    1 -
+  trunk/src/paranormal/plugin.c     |    1 -
+  trunk/src/projectm/main.c         |    1 -
+  trunk/src/rootvis/rootvis.c       |    1 -
+  trunk/src/rovascope/plugin.c      |    1 -
+  trunk/src/spectrum/spectrum.c     |    1 -
+  6 files changed, 6 deletions(-)
+
+
 2007-05-24 09:07:53 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [2286]
   - remove xmms_session value from GeneralPlugin structs per plugin api v2
--- a/configure.ac	Thu May 24 02:11:23 2007 -0700
+++ b/configure.ac	Thu May 24 02:12:43 2007 -0700
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious-plugins], [1.3.0], [bugs+audacious-plugins@atheme.org])
+AC_INIT([audacious-plugins], [1.4.0], [bugs+audacious-plugins@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST
@@ -137,8 +137,8 @@
 
 dnl Check for Audacious
 
-PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.99],
-    [ADD_PC_REQUIRES([audacious >= 1.2.99])],
+PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.3.99],
+    [ADD_PC_REQUIRES([audacious >= 1.3.99])],
     [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])]
 )