Skip to content

Commit

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

* Update release tag
  • Loading branch information
disa6302 authored Sep 5, 2023
1 parent 072ed19 commit 8e59b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvscproducer-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(ExternalProject)
# clone repo only
ExternalProject_Add(libkvscproducer-download
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
include(Utilities)
project(KinesisVideoProducerCpp)

project(KinesisVideoProducerCpp VERSION 3.4.0)
project(KinesisVideoProducerCpp VERSION 3.4.1)

set(CMAKE_CXX_STANDARD 11)
include(GNUInstallDirs)
Expand Down

0 comments on commit 8e59b31

Please sign in to comment.