gnucash-htdocs master: Update Windows and macOS version suffixes.

John Ralls jralls at code.gnucash.org
Mon Mar 28 23:20:18 EDT 2022


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



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 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list