Skip to content

Commit d4435d3

Browse files
Adsk contrib - Remove dev suffix from RB-2.0 (#1652)
* 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]>
1 parent 73229d8 commit d4435d3

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
@@ -33,8 +33,8 @@ project(OpenColorIO
3333
HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO
3434
LANGUAGES CXX C)
3535

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

3939
enable_testing()
4040

0 commit comments

Comments
 (0)