From d619b7ca85533e26565da74d610c277a199abe9e Mon Sep 17 00:00:00 2001 From: Doug Walker Date: Sun, 29 Sep 2024 23:30:41 -0400 Subject: [PATCH] Increment library version Signed-off-by: Doug Walker --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0eaec4bef..9b20aa043 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() # Project definition. project(OpenColorIO - VERSION 2.4.0 + VERSION 2.5.0 DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution" HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO LANGUAGES CXX C)