From b57bf7077c5b493ebc647b28c558f1ade99334c0 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Wed, 20 Nov 2024 12:10:16 -0800 Subject: [PATCH] stament exprs given attribute to avoid compile warn for users --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d177488b..3cf9ba3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # This version gives us file sets which are great for library install. cmake_minimum_required(VERSION 3.23) project("ccc" - VERSION 0.5.7 + VERSION 0.5.8 LANGUAGES C DESCRIPTION "The C Container Collection (ccc). A collection of containers written in C." )