summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-12-22 13:45:06 -0500
committerBen Gamari <ben@smart-cactus.org>2022-12-22 13:45:06 -0500
commitfc3a2232da89ed4442b52a99ba1826d04362a7e8 (patch)
tree6f7661b69a8e69b6015cef81df8a4af5516ddd8e /configure.ac
parent93ee7e9004c6acf01bf850a9be65c6cfe482e6f0 (diff)
downloadhaskell-fc3a2232da89ed4442b52a99ba1826d04362a7e8.tar.gz
Bump GHC version to 9.7ghc-9.7-start
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 8218f003e3..be88deb270 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.6], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.7], [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