From 4b1673124aed705e83f0be6d5d7edd95f93f82a1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Mon, 31 Oct 2011 18:48:53 +0000 Subject: [PATCH] Getting ready for 0.8.2 svn path=/trunk/kdenlive/; revision=6014 --- CHANGELOG | 2 +- CMakeLists.txt | 4 ++-- README | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7a2ebf73..b1d292cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -HEAD +0.8.2 * Load zone thumbnails from disk if available. * Optimise document loading. * In case of missing or invalid clips, open only one dialog box instead of one for each clip. diff --git a/CMakeLists.txt b/CMakeLists.txt index 73aa3da0..866a5382 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ project(kdenlive) -set(BASE_VERSION 0.8.1) +set(BASE_VERSION 0.8.2) set(LIBMLT_REQUIRED_VERSION 0.7.6) -option(RELEASE_BUILD "Remove compilation date from program version (use for stable releases)" OFF) +option(RELEASE_BUILD "Remove compilation date from program version (use for stable releases)" ON) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) # Search packages used by KDE. diff --git a/README b/README index a964dcc1..794a848a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Kdenlive 0.8 +Kdenlive 0.8.2 by Jean-Baptiste Mardelle and the Kdenlive team Kdenlive is a video editing application based on KDE Platform 4. @@ -12,7 +12,7 @@ the following web page: http://www.mltframework.org -The recommended MLT version is 0.7. It may work with other +The recommended MLT version is 0.7.6. It may work with other versions, but this is not guaranteed, or (at this stage of development) likely. We welcome all bug reports, feedback, and offers for help! -- 2.39.2