diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 10:48:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 10:48:13 -0500 |
commit | 5dce2160a1b361eba7d0109d314246c8ec97878b (patch) | |
tree | 39264f40c7e8f7010b10f4dae9757a91abda0ed3 /configure.ac | |
parent | 90009cf62bcebf875e68af625dbdbfc3c2f71717 (diff) | |
download | haskell-5dce2160a1b361eba7d0109d314246c8ec97878b.tar.gz |
configure.ac: Bump version to 8.3
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 949c3d06dc..8846523188 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.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |