summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-15 11:18:08 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-12-15 11:18:08 +0000
commit723fe2e6da305249dbe09c8a09a25b372e8cdd6b (patch)
treef64c3a190df7ff75ac79f1eed6c2f7d35364a2bf
parentc701cb6ef968b79c8ce318729d5b72c03a07415e (diff)
downloadhaskell-723fe2e6da305249dbe09c8a09a25b372e8cdd6b.tar.gz
Bump version to 9.4.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f80b6368f5..684fd221b7 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.4.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.4.4], [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