From 10b78952115d88d308c6cb409263286bcc68a373 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Nov 2024 13:02:26 -0500 Subject: [PATCH] Release 4.0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f24f9b6..13cb935 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.14...3.27) project (utf8cpp - VERSION 4.0.4 + VERSION 4.0.5 LANGUAGES CXX DESCRIPTION "C++ portable library for working with utf-8 encoding")