summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-07-16 15:18:18 -0700
committerGitHub <noreply@github.com>2019-07-16 15:18:18 -0700
commit5cdb849a1c59af30aef0b26759b28a101138cdb3 (patch)
treed9297eda101507d309b31f3fe635a241756cfa85 /clrdefinitions.cmake
parent7f713f7067ffb6adaa1549f626f6bd04128f0de6 (diff)
parentac4ab6c990d5ebee49dc03397a2e199241021f26 (diff)
downloadcoreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.tar.gz
coreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.tar.bz2
coreclr-5cdb849a1c59af30aef0b26759b28a101138cdb3.zip
Merge branch 'release/3.0' into merge/master-to-release/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 3576844745..22c9c5967f 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)