From 267052fc8b394cc855cb6b66c4740ca8127340e2 Mon Sep 17 00:00:00 2001 From: Till Theato Date: Tue, 26 Jul 2011 21:03:38 +0000 Subject: [PATCH] Raise required MLT version to 0.7.4. Required because of LADSPA related changes. svn path=/trunk/kdenlive/; revision=5807 --- CMakeLists.txt | 2 +- src/wizard.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19557a17..4ce59cca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(kdenlive) set(BASE_VERSION 0.8.1) -set(LIBMLT_REQUIRED_VERSION 0.7) +set(LIBMLT_REQUIRED_VERSION 0.7.4) option(RELEASE_BUILD "Remove compilation date from program version (use for stable releases)" OFF) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) diff --git a/src/wizard.cpp b/src/wizard.cpp index 41509337..99556526 100644 --- a/src/wizard.cpp +++ b/src/wizard.cpp @@ -41,10 +41,10 @@ #include #include -// Recommanded MLT version +// Recommended MLT version const int mltVersionMajor = 0; const int mltVersionMinor = 7; -const int mltVersionRevision = 2; +const int mltVersionRevision = 4; static const char kdenlive_version[] = VERSION; -- 2.39.2