diff --git a/CMakeLists.txt b/CMakeLists.txt index b3f2ffb3..9ca0cdfd 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.4 + VERSION 0.5.5 LANGUAGES C DESCRIPTION "The C Container Collection (ccc). A collection of containers written in C." )