diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-08-10 06:35:27 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-08-21 06:36:04 -0400 |
commit | 0cc897f4016463b39552013d3cc6b6820a94ec88 (patch) | |
tree | c6721ccfa6e52312a4234b0f04139e531f84fdf7 | |
parent | 97222759fe39f5c3cff3cd12cf4659c25633850f (diff) | |
download | haskell-0cc897f4016463b39552013d3cc6b6820a94ec88.tar.gz |
Release GHC 8.8.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fafe864bb1..e4c4b02fb4 100644 --- a/configure.ac +++ b/configure.ac @@ -13,10 +13,10 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.8.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.8.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO -: ${RELEASE=NO} +: ${RELEASE=YES} # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the |