diff configure.ac @ 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 75f713176b2f
children b2f24bd2b7db
line wrap: on
line diff
--- 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?])]
 )