[commit: ghc] ghc-7.6: Set RELEASE back to NO (04fefe8)
Ian Lynagh
igloo at earth.li
Tue Jan 29 19:45:42 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/04fefe889c270b061756f0a0314dae59bd925e43
>---------------------------------------------------------------
commit 04fefe889c270b061756f0a0314dae59bd925e43
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jan 29 18:47:15 2013 +0000
Set RELEASE back to NO
>---------------------------------------------------------------
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4a2e115..857c5aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.6.2], [glasgow-haskell-bugs at haskell.org], [ghc])
# 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