Skip to content

Commit e670cd9

Browse files
Adsk contrib - Remove dev suffix from RB-2.1 (#1653)
* Removing dev suffix in RB-2.1 for 2.0.4 and 2.1.2 patch releases. Signed-off-by: Cedrik Fuoco <[email protected]> * Keep the line but make it empty instead Signed-off-by: Cedrik Fuoco <[email protected]>
1 parent d115b25 commit e670cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

4040
###############################################################################

0 commit comments

Comments
 (0)