forked from ghc/ghc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1], [[email protected]], [ghc-AC_PACKAGE_VERSION]) | ||
AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.2.2], [[email protected]], [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 | ||
|