[commit: ghc] ghc-7.10: RELEASE=NO (e98df4f)

git at git.haskell.org git at git.haskell.org
Sat Mar 28 23:42:56 UTC 2015


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

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

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

commit e98df4f2afe33b19a6e221af24bc5b33b422f778
Author: Austin Seipp <austin at well-typed.com>
Date:   Sat Mar 28 18:36:46 2015 -0500

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


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

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

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