diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cf4166..fd86188 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.21.0) project(csp VERSION 1.0.0 - DESCRIPTION "C++ style smart pointers for C" + DESCRIPTION "C++ style smart pointers for C23" HOMEPAGE_URL "https://github.com/josugoar/csp" LANGUAGES C)