diff configure.ac @ 289:a60da24269dc trunk

[svn] - bump version to 1.3.0
author yaz
date Wed, 22 Nov 2006 09:53:40 -0800
parents 6c78d6d3cdb7
children fbd06b4aa776
line wrap: on
line diff
--- a/configure.ac	Wed Nov 22 04:51:29 2006 -0800
+++ b/configure.ac	Wed Nov 22 09:53:40 2006 -0800
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious-plugins], [1.2.2], [bugs+audacious-plugins@atheme.org])
+AC_INIT([audacious-plugins], [1.3.0], [bugs+audacious-plugins@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST
@@ -94,8 +94,8 @@
 
 dnl Check for Audacious
 
-PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.1.99],
-    [ADD_PC_REQUIRES([audacious >= 1.1.99])],
+PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.99],
+    [ADD_PC_REQUIRES([audacious >= 1.2.99])],
     [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])]
 )