diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-10 09:26:25 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-17 06:48:16 -0500 |
commit | 13290f91e10d503078787ed5b8fb0a523358f124 (patch) | |
tree | bec8ed3311e50bb996eaf8fdae0741a320a82f7e /configure.ac | |
parent | e8da1354f0d0cac7b152cff9673f78e5156d4c0c (diff) | |
download | haskell-13290f91e10d503078787ed5b8fb0a523358f124.tar.gz |
Bump version to 8.10.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 130744f0ba..5e6f7d8723 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.9.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.10.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |