summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-26 23:56:10 -0400
committerBen Gamari <ben@smart-cactus.org>2021-10-27 01:56:37 -0400
commit864a3aadcd0533b81d1c88d6d2eeec4cb9e1ff8c (patch)
treedf1fe3da5f85947d9b1c49383c954c6ab142f290
parent1337e2c0a29f8264f6328069396ef31486d34ad8 (diff)
downloadhaskell-864a3aadcd0533b81d1c88d6d2eeec4cb9e1ff8c.tar.gz
Set RELEASE=YES
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 99638ff8fd..9fa2239f61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,14 +13,14 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.2.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.2.1], [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)
AC_CONFIG_MACRO_DIRS([m4])
# Set this to YES for a released version, otherwise NO
-: ${RELEASE=NO}
+: ${RELEASE=YES}
# The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
# above. If this is not a released version, then we will append the