diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 13:01:03 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 21:13:06 -0500 |
commit | a6e06c7b6ac9d0eb54f09721dbac9b1bed4c8c32 (patch) | |
tree | 2021b2dfb8266254eca190fd0e4c783462689990 /configure.ac | |
parent | 2b5b9dc69e5d0af20b6e7be31638c2e3a1bb765f (diff) | |
download | haskell-a6e06c7b6ac9d0eb54f09721dbac9b1bed4c8c32.tar.gz |
configure.ac: Bump version to 8.3ghc-8.3-start
Bumps 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 9864f3290f..736c124ce6 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} |