Skip to content

Commit

Permalink
Update version (#1794)
Browse files Browse the repository at this point in the history
* Update version

* Update commit
  • Loading branch information
disa6302 authored Sep 5, 2023
1 parent 3416e6d commit 15e6019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvsCommonLws-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(ExternalProject)

ExternalProject_Add(libkvsCommonLws-download
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX}
Expand Down
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.8.0 LANGUAGES C)
project(KinesisVideoWebRTCClient VERSION 1.8.1 LANGUAGES C)

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

0 comments on commit 15e6019

Please sign in to comment.