diff options
author | Richard Eisenberg <rae@cs.brynmawr.edu> | 2018-06-18 22:36:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-19 18:15:22 -0400 |
commit | 4cdd574abb156e0f527cea31db056686a8d3b2fa (patch) | |
tree | 326326a11358cb07dbfeffcea55b6c1f76764a19 /configure.ac | |
parent | 26e9806ada8823160dd63ca2c34556e5848b2f45 (diff) | |
download | haskell-4cdd574abb156e0f527cea31db056686a8d3b2fa.tar.gz |
configure: Bump version to 8.6.0
Bumps 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 09889abeaf..622ec96daf 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], [8.5], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.6.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |