Skip to content

Commit 14f13c8

Browse files
authored
Open the 2.0.4 patch release (#1570)
Signed-off-by: Patrick Hodoul <[email protected]>
1 parent 8fed1b3 commit 14f13c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ endif()
2828
# Project definition.
2929

3030
project(OpenColorIO
31-
VERSION 2.0.3
31+
VERSION 2.0.4
3232
DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution"
3333
HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO
3434
LANGUAGES CXX C)
3535

36-
# "dev", "beta1", rc1", etc or "" for an official release.
37-
set(OpenColorIO_VERSION_RELEASE_TYPE "")
36+
# "dev", "beta1", rc1", etc or "dev" for an official release.
37+
set(OpenColorIO_VERSION_RELEASE_TYPE "dev")
3838

3939
enable_testing()
4040

0 commit comments

Comments
 (0)