diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-28 08:52:54 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-04-13 20:04:53 -0400 |
commit | b665d9833b13d9d4241ff56585bbf45d2fcf2278 (patch) | |
tree | 02f69022c588670245417a607933550ede8856e4 /configure.ac | |
parent | 1e2e62a462d2a13a1e43a520c9de38553334b0e0 (diff) | |
download | haskell-b665d9833b13d9d4241ff56585bbf45d2fcf2278.tar.gz |
configure: Bump version to 9.3wip/bump-version
Bumps the `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 9a164d8635..1f524bdf54 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], [9.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable # to be useful (cf #19058). However, the version must have three components # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are |