diff --git a/CMakeLists.txt b/CMakeLists.txt index 1014704c..f0054203 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.9.0 + VERSION 0.9.1 LANGUAGES C DESCRIPTION "The C Container Collection (ccc). A collection of containers written in C." )