From 4c93c13e0c3264bba4030eab863a16c64d61fb62 Mon Sep 17 00:00:00 2001 From: sirknightj Date: Fri, 13 Dec 2024 12:36:28 -0800 Subject: [PATCH] Bump the version from 1.11.1 to 1.12.0 (#2092) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc03437880..e11d5dc6cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(CheckIncludeFiles) include(CheckFunctionExists) # The version MUST be updated before every release -project(KinesisVideoWebRTCClient VERSION 1.11.1 LANGUAGES C) +project(KinesisVideoWebRTCClient VERSION 1.12.0 LANGUAGES C) # User Flags option(ADD_MUCLIBC "Add -muclibc c flag" OFF)