From 2d0b31c997d60fde2b3c9b5d1ef7cc48729cdb50 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sat, 27 Mar 2021 22:43:11 -0700 Subject: [PATCH] Bump version number: 1.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91eb9d5..1de772a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(timg VERSION 1.3.0 LANGUAGES CXX) +project(timg VERSION 1.3.1 LANGUAGES CXX) option(WITH_VIDEO_DECODING "Enables video decoding feature" ON) option(WITH_VIDEO_DEVICE "Enables reading videos from devices e.g. v4l2" ON)