From: Jean-Baptiste Mardelle Date: Sat, 6 Apr 2013 19:07:35 +0000 (+0200) Subject: Finally get ready for 0.9.6 release X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3e702534ad626a41422aa8c66e64ad50800b201c;p=kdenlive Finally get ready for 0.9.6 release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index de88633b..cc95ca66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,17 +2,17 @@ project(kdenlive) # An odd patch version number means development version, while an even one means # stable release. An additional number can be used for bugfix-only releases. -set(KDENLIVE_VERSION 0.9.5) +set(KDENLIVE_VERSION 0.9.6) # Minimum versions of main dependencies. -set(LIBMLT_MIN_VERSION 0.8.6) +set(LIBMLT_MIN_VERSION 0.8.8) set(QT_MIN_VERSION 4.5.0) set(KDE_MIN_VERSION 4.3.0) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) # To be switched on when releasing. -option(RELEASE_BUILD "Remove Git revision from program version (use for stable releases)" OFF) +option(RELEASE_BUILD "Remove Git revision from program version (use for stable releases)" ON) # Get current version. set(VERSION "\"${KDENLIVE_VERSION}\"") diff --git a/README b/README index 14a5023b..d9fdefea 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Kdenlive 0.9.4 +Kdenlive 0.9.6 by Jean-Baptiste Mardelle and the Kdenlive team Kdenlive is a video editing application based on KDE Platform 4. diff --git a/src/wizard.cpp b/src/wizard.cpp index 410101b6..f0c6120c 100644 --- a/src/wizard.cpp +++ b/src/wizard.cpp @@ -49,7 +49,7 @@ // Recommended MLT version const int mltVersionMajor = 0; const int mltVersionMinor = 8; -const int mltVersionRevision = 0; +const int mltVersionRevision = 8; static const char kdenlive_version[] = VERSION;