summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 17:21:49 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-12-22 18:12:36 +0100
commit8a02c5e65c73b4b10a10198190fa815213445b73 (patch)
treea6896a499460fc22c0e2316385294531298c107e /configure.ac
parent3879bdf3afb00ff8569cba4648876652d1addadb (diff)
downloadhaskell-8a02c5e65c73b4b10a10198190fa815213445b73.tar.gz
Bump GHC version from 7.9 to 7.11
This needs to update the Haddock submodule as well Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97fdc2f749..8fadf30352 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.9], [glasgow-haskell-bugs@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.11], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}