Skip to content

Commit

Permalink
Bump version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jul 9, 2023
1 parent 28e973a commit 8a36ab5
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.4.5 LANGUAGES CXX)
project(timg VERSION 1.5.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 8a36ab5

Please sign in to comment.