From: Jean-Baptiste Mardelle Date: Wed, 9 Nov 2011 00:37:24 +0000 (+0100) Subject: Revert "Move on to 0.8.3" X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c1d9ef5b326342da55d1663fe73033493ae5550e;p=kdenlive Revert "Move on to 0.8.3" This reverts commit 0e1597d09295ba2fa7614022fd7f5a9e1753b800. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 155d9535..866a5382 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ project(kdenlive) -set(BASE_VERSION 0.8.3) +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.