[Git][ghc/ghc][ghc-9.4] configure: Set RELEASE=NO

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Sat Dec 24 22:42:16 UTC 2022



Ben Gamari pushed to branch ghc-9.4 at Glasgow Haskell Compiler / GHC


Commits:
bc7b1b26 by Ben Gamari at 2022-12-24T17:42:00-05:00
configure: Set RELEASE=NO

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.4.4], [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/bc7b1b26d3267644e6ec9d17879d2e803397c704

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bc7b1b26d3267644e6ec9d17879d2e803397c704
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/20221224/9146936e/attachment-0001.html>


More information about the ghc-commits mailing list