Skip to content

Commit 15e6019

Browse files
authored
Update version (#1794)
* Update version * Update commit
1 parent 3416e6d commit 15e6019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/Dependencies/libkvsCommonLws-CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(ExternalProject)
66

77
ExternalProject_Add(libkvsCommonLws-download
88
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
9-
GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
9+
GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
1010
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
1111
CMAKE_ARGS
1212
-DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX}

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CheckIncludeFiles)
55
include(CheckFunctionExists)
66

77
# The version MUST be updated before every release
8-
project(KinesisVideoWebRTCClient VERSION 1.8.0 LANGUAGES C)
8+
project(KinesisVideoWebRTCClient VERSION 1.8.1 LANGUAGES C)
99

1010
# User Flags
1111
option(ADD_MUCLIBC "Add -muclibc c flag" OFF)

0 commit comments

Comments
 (0)