Skip to content

Commit 2db0789

Browse files
authored
[release/10.0] Set PRERELEASE to 0 (#120693)
1 parent 2567739 commit 2db0789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/native/configureplatform.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
22

33
# If set, indicates that this is not an officially supported release.
44
# Release branches should set this to false.
5-
set(PRERELEASE 1)
5+
set(PRERELEASE 0)
66

77
#----------------------------------------
88
# Detect and set platform variable names

0 commit comments

Comments
 (0)