From: Jean-Baptiste Mardelle Date: Mon, 31 Oct 2011 18:14:37 +0000 (+0000) Subject: Require MLT >= 0.7.6 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2f4af1e3af807c116ed60881719872bd72c9d471;p=kdenlive Require MLT >= 0.7.6 svn path=/trunk/kdenlive/; revision=6013 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ce59cca..73aa3da0 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.4) +set(LIBMLT_REQUIRED_VERSION 0.7.6) 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 28d7aa98..7a8c12ef 100644 --- a/src/wizard.cpp +++ b/src/wizard.cpp @@ -44,7 +44,7 @@ // Recommended MLT version const int mltVersionMajor = 0; const int mltVersionMinor = 7; -const int mltVersionRevision = 4; +const int mltVersionRevision = 6; static const char kdenlive_version[] = VERSION;