From aed58281cf45838bdb7296e3109bd5a633d677ed Mon Sep 17 00:00:00 2001 From: nemtrif Date: Sun, 10 Dec 2023 10:42:20 -0500 Subject: [PATCH] Release 4.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f252337..842c10f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5...3.27) project (utf8cpp - VERSION 4.0.3 + VERSION 4.0.4 LANGUAGES CXX DESCRIPTION "C++ portable library for working with utf-8 encoding")