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