diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-08 23:33:01 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-08 23:33:01 +0800 |
commit | 6462b74eee39de4199b76405369175824c2c35a1 (patch) | |
tree | a291b7469c67642b4ac068b920bc08e3a4bf15e0 | |
parent | 07b1af0362beaaf221cbee7b17bbe0a5606fd87d (diff) | |
download | haskell-6462b74eee39de4199b76405369175824c2c35a1.tar.gz |
Bump to 8.10.5
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38d7ea7f9b..60d10f9206 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.10.4], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.10.5], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=YES} |