[commit: ghc] master: Bump version: 7.7 -> 7.9 (466d069)

git at git.haskell.org git at git.haskell.org
Wed Jan 29 09:28:01 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/466d06914312bce40647f3e4f4d523964cc6a588/ghc

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

commit 466d06914312bce40647f3e4f4d523964cc6a588
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Jan 29 03:20:17 2014 -0600

    Bump version: 7.7 -> 7.9
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

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

diff --git a/configure.ac b/configure.ac
index cb411f3..33d4e7c 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.7], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.9], [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