gnucash-htdocs master: Update macOS latest-stable suffix for 4.10-3.

John Ralls jralls at code.gnucash.org
Sat Apr 2 14:50:08 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/415c3305 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/ac29f1fb (commit)



commit 415c33056672cfe3ec0e69b79547cfb1039cc081
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 2 11:49:59 2022 -0700

    Update macOS latest-stable suffix for 4.10-3.

diff --git a/externals/global_params.php b/externals/global_params.php
index 5ea6b20..4c3a526 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."-2";
+     $latest_stable_mac_intel   = $latest_stable."-3";
 // 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