summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-21 18:10:12 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-30 08:38:58 +0100
commitff8923747989eca936822d7d47b794db50095bdf (patch)
tree844b9bd8a068ae01b4508aecbc5ac74b189a334d
parent8fcf1e729fda213591251d974df4b3c9875d9a0a (diff)
downloadhaskell-wip/ghc-8.0.tar.gz
Bump GHC version to 8.0.0wip/ghc-8.0
Test Plan: testing whether we need to fixup something for the version bump Reviewers: austin, bgamari Subscribers: thomie, erikd Differential Revision: https://phabricator.haskell.org/D1679
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5d624db26..637d3cba68 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@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.0], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}