gnucash-htdocs beta: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Mar 29 16:33:37 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ac29f1fb (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/47330dfc (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/c714ca6a (commit)



commit ac29f1fb5f979e32459e4041466dde002f167838
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Mar 29 13:32:59 2022 -0700

    Another macOS package build.

diff --git a/news/220327-4.10.news b/news/220327-4.10.news
index c40edaf..a74c390 100644
--- a/news/220327-4.10.news
+++ b/news/220327-4.10.news
@@ -95,7 +95,7 @@
     <li><code>7fd4bb919f6e39388ab47bfa11af6fa3f59e9b9bd695c7d4e9208af85cb9c93b</code>  gnucash-4.10.tar.bz2</li>
     <li><code>ebf3b4184df9a1950532afec334eae0a0b07142d157d1d3a787b187e1f665f3e</code>  gnucash-4.10.tar.gz</li>
     <li><code>f9e27ce70b3a198f3766a598287c8f31d372ec7f19db251463d36895104fe0c7</code>  gnucash-4.10-1.setup.exe</li>
-    <li><code>6fc79d00c292e8672485207d0f4d04918efd9af63142695db8ec113d3e398aa6</code>  Gnucash-Intel-4.10-2.dmg</li>
+    <li><code>398f761690854ae54c7741c23e9ec4f0cf72bb1021c918e7c6b36786cbadb4d6</code>  Gnucash-Intel-4.10-3.dmg</li>
     <li><code>8f81dfbf13a49ec0ab676a82f8dde5b364658528df2ac41372d1e0fb68a8c231</code>  gnucash-docs-4.10.1.tar.gz</li>
 </ul>
 

commit 47330dfcd5831ec6bb99d6fcb9c11a79f6eb9ef7
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 28 20:20:10 2022 -0700

    Update Windows and macOS version suffixes.

diff --git a/externals/global_params.php b/externals/global_params.php
index 0b16acf..5ea6b20 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -11,9 +11,9 @@
      define("PROG_TRANSLATIONS", 58);
 
      $latest_stable             = $major_stable.".".$minor_stable;
-     $latest_stable_win         = $latest_stable;
-     // $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_intel   = $latest_stable."-1";
+     //$latest_stable_win         = $latest_stable;
+     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_mac_intel   = $latest_stable."-2";
 // 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 | 6 +++---
 news/220327-4.10.news       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list