Skip to content

Commit

Permalink
Bump project version in CMake (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 26, 2024
1 parent 22c6d5d commit 8c49c94
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
Expand Up @@ -5,7 +5,7 @@ include(CheckIncludeFiles)
include(CheckFunctionExists)

# The version MUST be updated before every release
project(KinesisVideoWebRTCClient VERSION 1.11.0 LANGUAGES C)
project(KinesisVideoWebRTCClient VERSION 1.11.1 LANGUAGES C)

# User Flags
option(ADD_MUCLIBC "Add -muclibc c flag" OFF)
Expand Down

0 comments on commit 8c49c94

Please sign in to comment.