Skip to content

Commit

Permalink
Adsk contrib - Remove dev suffix from RB-2.0 (#1652)
Browse files Browse the repository at this point in the history
* Removing dev suffix in RB-2.0

Signed-off-by: Cedrik Fuoco <[email protected]>

* Keep the line but make it empty instead

Signed-off-by: Cedrik Fuoco <[email protected]>
  • Loading branch information
cedrik-fuoco-adsk authored Jun 2, 2022
1 parent 73229d8 commit d4435d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ project(OpenColorIO
HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO
LANGUAGES CXX C)

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

enable_testing()

Expand Down

0 comments on commit d4435d3

Please sign in to comment.