[Git][ghc/ghc][ghc-9.6] configure: RELEASE=NO

Bryan R (@chreekat) gitlab at gitlab.haskell.org
Wed Sep 27 13:52:56 UTC 2023



Bryan R pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC


Commits:
57ea249f by Bryan Richter at 2023-09-27T16:52:38+03:00
configure: RELEASE=NO

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.6.3], [glasgow-has
 AC_CONFIG_MACRO_DIRS([m4])
 
 # Set this to YES for a released version, otherwise NO
-: ${RELEASE=YES}
+: ${RELEASE=NO}
 
 # 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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57ea249ff147fc6a0819e7a452d40625800a2d88

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57ea249ff147fc6a0819e7a452d40625800a2d88
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/20230927/6f806cc9/attachment.html>


More information about the ghc-commits mailing list