[commit: ghc] ghc-8.0: Set RELEASE=NO (564af9f)
git at git.haskell.org
git at git.haskell.org
Sat May 21 09:22:08 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/564af9f4f4865f2dc37482cb2fbd8cc83c6627b5/ghc
>---------------------------------------------------------------
commit 564af9f4f4865f2dc37482cb2fbd8cc83c6627b5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat May 21 11:20:10 2016 +0200
Set RELEASE=NO
>---------------------------------------------------------------
564af9f4f4865f2dc37482cb2fbd8cc83c6627b5
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 31401d7..7d176dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.1], [glasgow-haskell-bugs at 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
More information about the ghc-commits
mailing list