summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2022-07-19 14:38:36 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2022-07-26 16:28:49 +0530
commitd1c82a8d41b00997a34fd5a83b0bc6396da0de1b (patch)
treec0991d2b4d2eb0733554dc2ce1489391a76b9f92
parent959641a4aba48e945703d16bb9ecc11ac9b89ef6 (diff)
downloadhaskell-d1c82a8d41b00997a34fd5a83b0bc6396da0de1b.tar.gz
Bump version to GHC 9.2.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f29b97f6e..e288c3d3ee 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.2.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.2.4], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Version on HEAD must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
# to be useful (cf #19058)