[Git][ghc/ghc][ghc-9.6] configure: Use three-component version number
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Jan 11 02:06:36 UTC 2023
Ben Gamari pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC
Commits:
ed5aaafd by Ben Gamari at 2023-01-10T21:06:13-05:00
configure: Use three-component version number
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
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 at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.6.0], [glasgow-haskell-bugs at 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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed5aaafdbc649df6bce18c51827a2576d7948f35
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed5aaafdbc649df6bce18c51827a2576d7948f35
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230110/e7c5386d/attachment-0001.html>
More information about the ghc-commits
mailing list