Skip to content

Commit

Permalink
Bump version number: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Mar 28, 2021
1 parent 59a2bd9 commit 2d0b31c
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.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)
Expand Down

0 comments on commit 2d0b31c

Please sign in to comment.