From dab058ce1afab9cfbb782d125d080336a0c2d2e6 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Mon, 18 Nov 2024 14:00:51 -0800 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6810182d..4a7a8e5e 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.1 + VERSION 0.5.2 LANGUAGES C DESCRIPTION "The C Container Collection (ccc). A collection of containers written in C." )