From 6095ce32fad71e1f1baf0219735e6a6f390cd57b Mon Sep 17 00:00:00 2001 From: Stefan Derkits Date: Sun, 14 Sep 2014 10:40:23 +0200 Subject: [PATCH] bump version to libechonest 2.3.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d483318bd..2ef59efd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -301,8 +301,8 @@ if(LIBCPP_FOUND AND APPLE) endif() -macro_optional_find_package(Echonest 2.2.0) -macro_log_feature(ECHONEST_FOUND "Echonest" "Qt library for communicating with The Echo Nest" "http://projects.kde.org/libechonest" TRUE "" "libechonest 2.2.0 is needed for dynamic playlists and the infosystem") +macro_optional_find_package(Echonest 2.3.0) +macro_log_feature(ECHONEST_FOUND "Echonest" "Qt library for communicating with The Echo Nest" "http://projects.kde.org/libechonest" TRUE "" "libechonest 2.3.0 is needed for dynamic playlists and the infosystem") find_package(Boost REQUIRED COMPONENTS filesystem system) macro_log_feature(Boost_FOUND "Boost" "Provides free peer-reviewed portable C++ source libraries" "http://www.boost.org" TRUE "" "") #FIXME: give useful explanation