Skip to content

Commit 9ed59ef

Browse files
authored
bump version in prep for 1.1.0 release (#494)
1 parent e3048ac commit 9ed59ef

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
@@ -1,7 +1,7 @@
11
project(OpenColorIO)
22
set(OCIO_VERSION_MAJOR 1)
3-
set(OCIO_VERSION_MINOR 0)
4-
set(OCIO_VERSION_PATCH 9)
3+
set(OCIO_VERSION_MINOR 1)
4+
set(OCIO_VERSION_PATCH 0)
55

66
cmake_minimum_required(VERSION 2.8)
77
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake)

0 commit comments

Comments
 (0)