From 2f8307586c3e990fe9ed0f1db5c9c5a8e9eb2796 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Mon, 6 Jan 2025 11:48:00 -0800 Subject: [PATCH] extend interface with name shortening allows small version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15f4b4c8..d69154d7 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.12.0 + VERSION 0.12.1 LANGUAGES C DESCRIPTION "The C Container Collection (ccc). A collection of containers written in C." )