From 06bbfe93ab344e95797220d89b55c7204c3ffa9d Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Tue, 23 Aug 2022 23:53:58 +0200 Subject: [PATCH] Bumped version to 1.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6737924e..d5fa5890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (libjuice - VERSION 1.0.3 + VERSION 1.0.4 LANGUAGES C) set(PROJECT_DESCRIPTION "UDP Interactive Connectivity Establishment (ICE) library")