gnucash-htdocs master: New 4.10 build for macOS, fixes bug 798506.

John Ralls jralls at code.gnucash.org
Thu Jun 2 19:46:08 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/4f41ee94 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/5043ce5f (commit)



commit 4f41ee940c921d381e06bfc9c1781b8aa50e3627
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 2 16:46:02 2022 -0700

    New 4.10 build for macOS, fixes bug 798506.

diff --git a/externals/global_params.php b/externals/global_params.php
index 4c3a526..814da23 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -13,7 +13,7 @@
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
      $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_intel   = $latest_stable."-3";
+     $latest_stable_mac_intel   = $latest_stable."-4";
 // Change this when there has been a re-tag to add the re-tag letter,
 // e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
      $tarball                   = $latest_stable."";



Summary of changes:
 externals/global_params.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list