diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-21 15:27:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-17 08:51:08 -0400 |
commit | 147bb59826087300f989addfcf79e3956f6ed66b (patch) | |
tree | 07340229c7f8fc16926c85c664b6f02b6aa3102b /configure.ac | |
parent | 76009ec84652f9b5c085f320ad9476e3693549f1 (diff) | |
download | haskell-147bb59826087300f989addfcf79e3956f6ed66b.tar.gz |
Bump version to 9.0
Bumps haskeline and haddock submodules.
(cherry picked from commit f218cfc92f7b1a1e01190851972bb9a0e0f3c682)
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 d92f863f6f..168cd24afd 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.11.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.1.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |