From 2b5a4b995fd4402466481b4a47a382328bc3d29b Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Mon, 26 Aug 2024 11:34:12 +0200 Subject: [PATCH] Bumped version to 1.5.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5712462c..8253c0fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (libjuice - VERSION 1.5.2 + VERSION 1.5.3 LANGUAGES C) set(PROJECT_DESCRIPTION "UDP Interactive Connectivity Establishment (ICE) library")