X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CMakeLists.txt;h=d0e99d2f2cc7409f5335d0490416bb075584488a;hb=4ae3260592acc87712db77b7d3fe0cc2be7d76bc;hp=45aeff186491e71aa8851783b2b980aa3d265d18;hpb=e0c3f925def3b749d1f946179e18dad9449338b9;p=kdenlive diff --git a/CMakeLists.txt b/CMakeLists.txt index 45aeff18..d0e99d2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,10 +2,10 @@ 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.8.3) +set(KDENLIVE_VERSION 0.9.7) # Minimum versions of main dependencies. -set(LIBMLT_MIN_VERSION 0.7.6) +set(LIBMLT_MIN_VERSION 0.8.8) set(QT_MIN_VERSION 4.5.0) set(KDE_MIN_VERSION 4.3.0) @@ -88,6 +88,7 @@ add_subdirectory(renderer) add_subdirectory(src) add_subdirectory(thumbnailer) add_subdirectory(titles) +add_subdirectory(testingArea) macro_display_feature_log()