From 4e8bd1d7f5b456324e8d9006e1f2702ae57c8a8b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sat, 6 Apr 2013 21:10:34 +0200 Subject: [PATCH] Revert "Finally get ready for 0.9.6 release" This reverts commit 3e702534ad626a41422aa8c66e64ad50800b201c. --- CMakeLists.txt | 6 +++--- README | 2 +- src/wizard.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc95ca66..de88633b 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.6) +set(KDENLIVE_VERSION 0.9.5) # Minimum versions of main dependencies. -set(LIBMLT_MIN_VERSION 0.8.8) +set(LIBMLT_MIN_VERSION 0.8.6) 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)" ON) +option(RELEASE_BUILD "Remove Git revision from program version (use for stable releases)" OFF) # Get current version. set(VERSION "\"${KDENLIVE_VERSION}\"") diff --git a/README b/README index d9fdefea..14a5023b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Kdenlive 0.9.6 +Kdenlive 0.9.4 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 f0c6120c..410101b6 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 = 8; +const int mltVersionRevision = 0; static const char kdenlive_version[] = VERSION; -- 2.39.2