From 6998d6d3d7c6950cbb97317e2fa620c6c0ccb70a Mon Sep 17 00:00:00 2001 From: Doug Walker Date: Mon, 30 Sep 2024 20:57:24 -0400 Subject: [PATCH] Increment library version (#2065) 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)