From c9733bbe49d32c7ed35a3a19c05da10ed61dd94f Mon Sep 17 00:00:00 2001 From: nemtrif Date: Sun, 3 Dec 2023 18:00:50 -0500 Subject: [PATCH] Release 4.0.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63ea5b1..ce521f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.5...3.27) -project (utf8cpp - VERSION 4.0.1 +project (utf8cpp + VERSION 4.0.3 LANGUAGES CXX DESCRIPTION "C++ portable library for working with utf-8 encoding")