diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-30 17:28:13 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-30 17:30:09 +0100 |
commit | 947c8a530e2f977f56601289e1b11cde42f95322 (patch) | |
tree | 57311affe0bf99e077924bc3fabc946a8cc2d9cf /configure.ac | |
parent | 0380a95b42a5e79edbe835ea76142ae0472c7b2d (diff) | |
download | haskell-947c8a530e2f977f56601289e1b11cde42f95322.tar.gz |
Bump GHC HEAD's Version from 7.11 to 8.1ghc-8.1-start
This updates the haddock submodule
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f5d624db26..0ff4769742 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.1], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |