From 5ac20d90f17776b2c7e2a37dcc1536a8b325b31f Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Mon, 21 Feb 2022 10:07:46 -0800 Subject: [PATCH] Bump version: 1.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43c33ce..0e3446b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(timg VERSION 1.4.3 LANGUAGES CXX) +project(timg VERSION 1.4.4 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)