summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2019-03-25 16:01:27 -0700
committerwtgodbe <wigodbe@microsoft.com>2019-03-25 16:01:27 -0700
commit1195ecfde034db65a90e2f0bd8cad8779a0eb0d7 (patch)
tree7d0b9f5ba284c5e61304b3054d077d84fb583857 /clrdefinitions.cmake
parent75b082485ddf041eacba42afc77d9b5180e67a84 (diff)
downloadcoreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.tar.gz
coreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.tar.bz2
coreclr-1195ecfde034db65a90e2f0bd8cad8779a0eb0d7.zip
Set IsPreRelease to false in rel/3.0
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 9e22da2033..df6c0f39db 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -2,7 +2,7 @@ include(clrfeatures.cmake)
# If set, indicates that this is not an officially supported release
# Keep in sync with IsPrerelease in dir.props
-set(PRERELEASE 1)
+set(PRERELEASE 0)
# Features we're currently flighting, but don't intend to ship in officially supported releases
if (PRERELEASE)