[commit: ghc] ghc-7.10: Set RELEASE=NO (37afefb)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 15:08:30 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/37afefb056d9ebef5134187a74b1632d600d5964/ghc

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

commit 37afefb056d9ebef5134187a74b1632d600d5964
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jul 30 11:54:45 2015 +0200

    Set RELEASE=NO


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

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

diff --git a/configure.ac b/configure.ac
index 84194f7..4a69db7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
 AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.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