From e41ec639b752e147515cd4293c6a11b4721daad3 Mon Sep 17 00:00:00 2001 From: nemtrif Date: Sat, 28 Oct 2023 11:23:34 -0400 Subject: [PATCH] Version 4.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bde05a..6fdd906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.5...3.27) project (utf8cpp - VERSION 4.0.0 + VERSION 4.0.1 LANGUAGES CXX DESCRIPTION "C++ portable library for working with utf-8 encoding")