summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-06-26 12:24:02 -0700
committerGitHub <noreply@github.com>2019-06-26 12:24:02 -0700
commitcf14314dc0512d8324c1f07815e0216603fc4eb2 (patch)
tree55dee9a7921179a6eafd07cd4001c15956758dfc /clrdefinitions.cmake
parent7f0840ee0930f869c47ae442d9a3d0edfd592eec (diff)
parent7ec87b0097fdd4400a8632a2eae56612914579ef (diff)
downloadcoreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.tar.gz
coreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.tar.bz2
coreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.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 19eab4d885..b0f10c3969 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)