Skip to content

Commit 9b619d8

Browse files
authored
Adsk Contrib - Change RB-2.0 branch to the version '2.0.3dev' (#1480)
Signed-off-by: Patrick Hodoul <[email protected]>
1 parent 056b7b0 commit 9b619d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 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.2
31+
VERSION 2.0.3
3232
DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution"
3333
HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO
3434
LANGUAGES CXX C)
3535

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

3939
enable_testing()
4040

0 commit comments

Comments
 (0)