Skip to content

Commit 5185626

Browse files
Prepare for 2.2.1 bug fixes (#1727)
Signed-off-by: Cédrik Fuoco <[email protected]> Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent fb9390e commit 5185626

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.2.0
31+
VERSION 2.2.1
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

4040
###############################################################################

0 commit comments

Comments
 (0)