[commit: ghc] ghc-7.8: Set RELEASE=NO (c5b6754)

git at git.haskell.org git at git.haskell.org
Thu Apr 10 12:39:18 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/c5b6754f05eb49600d9284ab31cf78f50aa1f5b9/ghc

>---------------------------------------------------------------

commit c5b6754f05eb49600d9284ab31cf78f50aa1f5b9
Author: Austin Seipp <austin at well-typed.com>
Date:   Thu Apr 10 07:39:09 2014 -0500

    Set RELEASE=NO
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

c5b6754f05eb49600d9284ab31cf78f50aa1f5b9
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a905e04..4b44ba2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
 AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.8.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 ghc-commits mailing list