X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CMakeLists.txt;h=de88633b5650195160f19e955373e43cad6a5972;hb=8aeb94aa3122e5576122c132bfec01fb4360e56f;hp=45aeff186491e71aa8851783b2b980aa3d265d18;hpb=19bf59335a59c90ffcb68c5fef166189bb81c6f3;p=kdenlive diff --git a/CMakeLists.txt b/CMakeLists.txt index 45aeff18..de88633b 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.5) # Minimum versions of main dependencies. -set(LIBMLT_MIN_VERSION 0.7.6) +set(LIBMLT_MIN_VERSION 0.8.6) 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()