diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-05 11:47:11 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-05 11:47:11 -0500 |
commit | 701c872fb733e200daa3aa4957202872dbb81f71 (patch) | |
tree | d8081e0e1356ba60946f52f0b427eb6e79b9970d | |
parent | 9448fdce111137bf96e4313b6e23fa45264c0443 (diff) | |
download | haskell-701c872fb733e200daa3aa4957202872dbb81f71.tar.gz |
Set RELEASE=NO
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 257c4e5f5e..25565615fd 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.6.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO -: ${RELEASE=YES} +: ${RELEASE=NO} # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the |