diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-01-04 08:56:27 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-04 09:17:17 -0500 |
commit | 8c7250379d0d2bad1d07dfd556812ff7aa2c42e8 (patch) | |
tree | ecf7e406b0824a78df7e1231159aa09563c695b5 | |
parent | 2b746c819a73638ca47e0d4f639493a66726ea48 (diff) | |
download | haskell-8c7250379d0d2bad1d07dfd556812ff7aa2c42e8.tar.gz |
Release 8.0.2ghc-8.0.2-release
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bbb39eb38e..a434a39ad9 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.0.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.2], [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 |