gnucash-htdocs master: Update params.

John Ralls jralls at code.gnucash.org
Sun Mar 29 14:46:15 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/49c9004e (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/316b4cdf (commit)



commit 49c9004ea4ec02db55b04f45b3877cd4515d1372
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 29 11:46:07 2020 -0700

    Update params.

diff --git a/externals/global_params.php b/externals/global_params.php
index 8ef922c..040a470 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -5,14 +5,14 @@
      $major_stable		="3";
      // FIXME: on major_stable 4 copy in download.phtml into the historical
      // section: $latest_stable_xp_vista_version and $latest_stable_mac_ppc
-     $minor_stable		="8";
+     $minor_stable		="9";
      $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."-1";
 // 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."b";
+     $tarball                   = $latest_stable."";
 
      $major_latest_unstable		="3";
      $minor_latest_unstable		="900";



Summary of changes:
 externals/global_params.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list