From 2f4af1e3af807c116ed60881719872bd72c9d471 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Mon, 31 Oct 2011 18:14:37 +0000 Subject: [PATCH 1/1] Require MLT >= 0.7.6 svn path=/trunk/kdenlive/; revision=6013 --- CMakeLists.txt | 2 +- src/wizard.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5