summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-23 22:41:31 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-23 22:55:18 -0400
commitf1040693a1096d3e27097597553af6c4dbc9f0ea (patch)
tree9a74565d6ffb9afaf86205e78d5afe2094e2002c /configure.ac
parent84432d7ca1c32f08220bfa11f52920bc084d247b (diff)
downloadhaskell-f1040693a1096d3e27097597553af6c4dbc9f0ea.tar.gz
Bump version to 9.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f2fb42bc6..70672afd3f 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.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.4.0], [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