Skip to content

Commit

Permalink
Bump version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jan 26, 2024
1 parent 76397d9 commit b03e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(timg VERSION 1.5.3 LANGUAGES CXX)
project(timg VERSION 1.6.0 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)
Expand Down

0 comments on commit b03e190

Please sign in to comment.