From 982e28b36ad958735f227c4fb29dcbe447f1abb0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Wed, 15 Apr 2009 07:44:53 +0000 Subject: [PATCH] Get ready for 0.7.3 release svn path=/trunk/kdenlive/; revision=3312 --- CMakeLists.txt | 4 ++-- INSTALL | 5 +++-- README | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59d347d7..6f6a7de4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ project(kdenlive) -SET(BASE_VERSION 0.7.2) +SET(BASE_VERSION 0.7.3) -OPTION(RELEASE_BUILD "Remove compilation date to version, use for stable releases (default off)" OFF) +OPTION(RELEASE_BUILD "Remove compilation date to version, use for stable releases (default off)" ON) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ) # search packages used by KDE diff --git a/INSTALL b/INSTALL index 19a3e0e2..d6458f44 100644 --- a/INSTALL +++ b/INSTALL @@ -4,9 +4,10 @@ Kdenlive Installation Instrucions To compile and install, go in the source directory and type: -cmake . +mkdir build;cd build +cmake .. (If you want to install in a different path, use instead: -cmake . -DCMAKE_INSTALL_PREFIX=/install/path) +cmake .. -DCMAKE_INSTALL_PREFIX=/install/path) make To install, become root: diff --git a/README b/README index d56bfeea..eb374323 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Kdenlive V 0.7.2 by Jean-Baptiste Mardelle +Kdenlive V 0.7.3 by Jean-Baptiste Mardelle Kdenlive is a video editing application for KDE. @@ -12,10 +12,9 @@ the following webpage: http://www.mltframework.org -This version of Kdenlive requires MLT version >= 0.3.4. It may work with different +The recommended MLT version is 0.3.8. It may work with different versions, but this is not guaranteed, or (at this stage of development) likely. - We welcome all bug reports, feedback and offers for help! so please visit our bugtracker and forums: Forum: -- 2.39.2