diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-31 14:34:52 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-01 08:21:30 -0400 |
commit | 2266bdaedebbe046740da9649815ec94f7c756cb (patch) | |
tree | 7a12de566e4566fd304ccdb9f042791f2cdad1ec /configure.ac | |
parent | 75e594d0412acc730fa78a93bef98f9090dd5924 (diff) | |
download | haskell-2266bdaedebbe046740da9649815ec94f7c756cb.tar.gz |
configure: Update comment describing versioning policy
As noted in my comment on #19058, this comment was previously a bit
misleading in the case of stable branches.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6b772f4a79..bcda0b1ffb 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,10 @@ dnl # AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.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) + # 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 + # versioned correctly. # Set this to YES for a released version, otherwise NO |