[commit: ghc] ghc-8.0: configure.ac: Bump version to 8.0 (8fdbdae)

git at git.haskell.org git at git.haskell.org
Wed Dec 30 11:40:34 UTC 2015


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/8fdbdaee10999291b103dffddddcf2aab85c6943/ghc

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

commit 8fdbdaee10999291b103dffddddcf2aab85c6943
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 29 14:36:59 2015 +0100

    configure.ac: Bump version to 8.0


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

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

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