diff --git a/CMakeLists.txt b/CMakeLists.txt index 715dc0a..a5eadc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(timg VERSION 1.5.1 LANGUAGES CXX) +project(timg VERSION 1.5.2 LANGUAGES CXX) option(WITH_VIDEO_DECODING "Enables video decoding feature" ON) option(WITH_VIDEO_DEVICE "Enables reading videos from devices e.g. v4l2 (requires WITH_VIDEO_DECODING)" ON)