summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-10 21:06:13 -0500
committerBen Gamari <ben@smart-cactus.org>2023-01-10 21:06:13 -0500
commited5aaafdbc649df6bce18c51827a2576d7948f35 (patch)
tree0f42d7e90889b609ad5eb61637f98aeb26fd497b
parent079b443bf94cf5c9eadc0ae75045605758fbc889 (diff)
downloadhaskell-ed5aaafdbc649df6bce18c51827a2576d7948f35.tar.gz
configure: Use three-component version number
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 607d0a407b..5fce0924a0 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.6.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