Skip to content

Commit ffddc33

Browse files
authored
Adsk Contrib - Change the library version (#1474)
* Adsk Contrib - Change the library version Signed-off-by: Patrick Hodoul <[email protected]> * Update the CHANGELOG file Signed-off-by: Patrick Hodoul <[email protected]>
1 parent 9bad176 commit ffddc33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the OpenColorIO Project. -->
33

4-
**Version 2.0.0 (unreleased):**
5-
* Renamed sanityCheck() method to validate()
4+
This file documents releases up to 1.1.1. For a description of version 2.0 and later
5+
please refer to the Releases page on GitHub:
6+
https://github.com/AcademySoftwareFoundation/OpenColorIO/releases
67

78
**Version 1.1.1 (April 2 2019):**
89
* Added optional compatibility for building apps with OpenImageIO 1.9+

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project(OpenColorIO
3434
LANGUAGES CXX C)
3535

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

3939
enable_testing()
4040

0 commit comments

Comments
 (0)