[commit: ghc] ghc-7.10: configure.ac: Bump back down to 7.10.2 (fc9c9fb)

git at git.haskell.org git at git.haskell.org
Tue Oct 27 23:25:33 UTC 2015


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

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

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

commit fc9c9fbd357a22dce2a7ba32167d8a69700b13f2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 26 20:32:13 2015 +0100

    configure.ac: Bump back down to 7.10.2
    
    Keep at 7.10.2 for release candidate


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

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

diff --git a/configure.ac b/configure.ac
index 8a6ecdc..5b94d07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
 # see what flags are available. (Better yet, read the documentation!)
 #
 
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.10.3], [glasgow-haskell-bugs at haskell.org], [ghc])
+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=NO}



More information about the ghc-commits mailing list