From 36a651674ac137bdd54b963ca83fbebbecd55edd Mon Sep 17 00:00:00 2001 From: Doug Walker Date: Thu, 12 Feb 2026 00:12:26 -0500 Subject: [PATCH] Increment lib version to 2.6.0 dev Signed-off-by: Doug Walker --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad6d3c8a..0b1fce339 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() # Project definition. project(OpenColorIO - VERSION 2.5.0 + VERSION 2.6.0 DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution" HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO LANGUAGES CXX C)