Skip to content

Commit 902339d

Browse files
committed
Prepare final 9.14.1 release
1 parent 9589591 commit 902339d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl
1313
# see what flags are available. (Better yet, read the documentation!)
1414
#
1515

16-
AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.14.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
16+
AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.14.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
1717
# Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
1818
# to be useful (cf #19058). However, the version must have three components
1919
# (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are
@@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.14.0], [glasgow-ha
2222
AC_CONFIG_MACRO_DIRS([m4])
2323

2424
# Set this to YES for a released version, otherwise NO
25-
: ${RELEASE=NO}
25+
: ${RELEASE=YES}
2626

2727
# The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
2828
# above. If this is not a released version, then we will append the

0 commit comments

Comments
 (0)