From b3621b965d19775a1a8d592e955f8facf26214c8 Mon Sep 17 00:00:00 2001 From: Doug Walker Date: Wed, 11 Dec 2024 20:28:38 -0500 Subject: [PATCH] Increment library version to 2.4.1 Signed-off-by: Doug Walker --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 448ae0522..b0059c509 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() # Project definition. project(OpenColorIO - VERSION 2.4.0 + VERSION 2.4.1 DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution" HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO LANGUAGES CXX C)