changeset 2426:39be83376f18

Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
author Cristi Magherusan <majeru@atheme.org>
date Mon, 25 Feb 2008 14:38:37 +0200
parents ced4a5392948 (current diff) 2515838d004d (diff)
children e041adc026a8
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 25 13:57:28 2008 +0200
+++ b/configure.ac	Mon Feb 25 14:38:37 2008 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious-plugins], [1.5.0], [bugs+audacious-plugins@atheme.org])
+AC_INIT([audacious-plugins], [1.9.49], [bugs+audacious-plugins@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST
@@ -130,9 +130,9 @@
 
 dnl Check for Audacious
 
-PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.4.1],
-    [ADD_PC_REQUIRES([audacious >= 1.4.1])],
-    [AC_MSG_ERROR([Cannot find Audacious 1.4.1 or later, have you installed audacious yet?])]
+PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.9.49],
+    [ADD_PC_REQUIRES([audacious >= 1.9.49])],
+    [AC_MSG_ERROR([Cannot find Audacious 1.9.49 or later, have you installed audacious yet?])]
 )
 
 dnl Check for GTK/GLib/GThread/Pango/DBus