From c92b731e9b9adf7b4d786d9be2cf14356aeb5514 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Fri, 28 Jul 2023 08:02:57 +1200 Subject: [PATCH] Update "CMakeLists.txt" file. Signed-off-by: Thomas Mansencal --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4f805cba9..e735eb8e9c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ project(OpenColorIO LANGUAGES CXX C) # "dev", "beta1", rc1", etc or "" for an official release. -set(OpenColorIO_VERSION_RELEASE_TYPE "dev") +set(OpenColorIO_VERSION_RELEASE_TYPE "dev8") ###############################################################################