Skip to content

Commit 8e59b31

Browse files
authored
Release 3.4.1 (#1055)
* Update version * Update release tag
1 parent 072ed19 commit 8e59b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/Dependencies/libkvscproducer-CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(ExternalProject)
77
# clone repo only
88
ExternalProject_Add(libkvscproducer-download
99
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
10-
GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
10+
GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
1111
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
1212
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
1313
CONFIGURE_COMMAND ""

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
33
include(Utilities)
44
project(KinesisVideoProducerCpp)
55

6-
project(KinesisVideoProducerCpp VERSION 3.4.0)
6+
project(KinesisVideoProducerCpp VERSION 3.4.1)
77

88
set(CMAKE_CXX_STANDARD 11)
99
include(GNUInstallDirs)

0 commit comments

Comments
 (0)