Skip to content

Commit 7de13fc

Browse files
Bump version from 2.0.4 to 2.0.5 and add dev suffix (#1657)
Signed-off-by: Cedrik Fuoco <[email protected]>
1 parent d4435d3 commit 7de13fc

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.4
31+
VERSION 2.0.5
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)