From: Till Theato Date: Tue, 26 Jul 2011 21:03:38 +0000 (+0000) Subject: Raise required MLT version to 0.7.4. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=267052fc8b394cc855cb6b66c4740ca8127340e2;p=kdenlive Raise required MLT version to 0.7.4. Required because of LADSPA related changes. svn path=/trunk/kdenlive/; revision=5807 --- 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;