[commit: ghc] ghc-7.6: Set RELEASE back to NO (9b48d74)
Ian Lynagh
igloo at earth.li
Wed Sep 5 14:26:04 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/9b48d74aedae8a30e0266756bc0d8cc4bb3c7ea1
>---------------------------------------------------------------
commit 9b48d74aedae8a30e0266756bc0d8cc4bb3c7ea1
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Sep 5 13:25:47 2012 +0100
Set RELEASE back to NO
>---------------------------------------------------------------
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6629440..e43a59b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.6.1], [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 Cvs-ghc
mailing list