diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-20 17:11:20 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-20 18:26:35 -0400 |
commit | c7cd5a643557a80fbeb96663281f2ab7523a2055 (patch) | |
tree | 538671354e128370c468dacf13d93524903b74ee /configure.ac | |
parent | c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (diff) | |
download | haskell-c7cd5a643557a80fbeb96663281f2ab7523a2055.tar.gz |
configure: Set version to 8.7ghc-8.7-start
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 1f98407435..5301a6e435 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.6.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.7.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |