From 502da067489073ecaef892e6639d0adf63ba1ac6 Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Fri, 26 Apr 2024 18:53:11 +0200 Subject: [PATCH] Bumped version to 1.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af15bfa2..de127dc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (libjuice - VERSION 1.4.0 + VERSION 1.4.1 LANGUAGES C) set(PROJECT_DESCRIPTION "UDP Interactive Connectivity Establishment (ICE) library")