]> git.sesse.net Git - kdenlive/commitdiff
Getting ready for 0.8.2
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 31 Oct 2011 18:48:53 +0000 (18:48 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 31 Oct 2011 18:48:53 +0000 (18:48 +0000)
svn path=/trunk/kdenlive/; revision=6014

CHANGELOG
CMakeLists.txt
README

index 7a2ebf73bcf09b2d178d3f5c6eb8d78c4ee3724b..b1d292cba2f5a72d3060d3202e6aa9e3e8411bc5 100644 (file)
--- 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.
index 73aa3da06658d68f93736b88773c2d151208da27..866a5382eccde7b2765880f4a8859a8d3c54d06a 100644 (file)
@@ -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 a964dcc1d8a78d8f3ba3c92c046a831f1ac21bdb..794a848aab2c561b8dc3c3c99e1b70885e232da2 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Kdenlive 0.8
+Kdenlive 0.8.2
 by Jean-Baptiste Mardelle <jb@kdenlive.org> 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!