summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-04-19 10:39:20 -0700
committerGitHub <noreply@github.com>2019-04-19 10:39:20 -0700
commit85c35767d2c34fe4a4d7b977d7423595a4e8955b (patch)
tree94c26814bc7823204245441b80bd662bdf381047 /clrdefinitions.cmake
parentf47de43230df6d8400b22159ae06ed80cfc9cb7f (diff)
parent9562c551f391635ce81869aabc84f894c2846be8 (diff)
downloadcoreclr-85c35767d2c34fe4a4d7b977d7423595a4e8955b.tar.gz
coreclr-85c35767d2c34fe4a4d7b977d7423595a4e8955b.tar.bz2
coreclr-85c35767d2c34fe4a4d7b977d7423595a4e8955b.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 a7fae41d9d..155c777469 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)