diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 09:54:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-12-04 16:37:18 -0500 |
commit | d6fccfb2ba087abfdd4a68b13165e1312f9af022 (patch) | |
tree | 64aa7fd3cda7314c166c154f906253dbfb7ca36c /configure.ac | |
parent | 595f60fd55cc0305883c8a0b382a4b9718a0e0d8 (diff) | |
download | haskell-d6fccfb2ba087abfdd4a68b13165e1312f9af022.tar.gz |
Bump version to 8.5ghc-8.5-start
The ghc-8.4 branch has now been cut. 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 d67e5bd9a6..6733385b2b 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.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.5], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |