Skip to content

Commit

Permalink
Adsk Contrib - Change the library version (#1474)
Browse files Browse the repository at this point in the history
* Adsk Contrib - Change the library version

Signed-off-by: Patrick Hodoul <Patrick.Hodoul@autodesk.com>

* Update the CHANGELOG file

Signed-off-by: Patrick Hodoul <Patrick.Hodoul@autodesk.com>
  • Loading branch information
hodoulp authored Aug 31, 2021
1 parent 9bad176 commit ffddc33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the OpenColorIO Project. -->

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

**Version 1.1.1 (April 2 2019):**
* Added optional compatibility for building apps with OpenImageIO 1.9+
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ project(OpenColorIO
LANGUAGES CXX C)

# "dev", "beta1", rc1", etc or "" for an official release.
set(OpenColorIO_VERSION_RELEASE_TYPE "dev")
set(OpenColorIO_VERSION_RELEASE_TYPE "")

enable_testing()

Expand Down

0 comments on commit ffddc33

Please sign in to comment.