gnucash-htdocs master: Bug 796964 - Online banking (AqBanking) not working at MacOS latest builds

John Ralls jralls at code.gnucash.org
Fri Dec 7 15:44:38 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0b81734a (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/524a2e82 (commit)



commit 0b81734aa323d2ac74b972d8bf327f219921fffc
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 7 12:44:31 2018 -0800

    Bug 796964 - Online banking (AqBanking) not working at MacOS latest builds
    
    Gwenhywfar build problem, new dmg.

diff --git a/externals/global_params.php b/externals/global_params.php
index 8b21bc0..7305875 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -27,7 +27,7 @@
      $old_stable            = $major_old_stable.".".$minor_old_stable;
      $old_stable_win        = $old_stable;
      $old_stable_mac_ppc  = $old_stable."-1";
-     $old_stable_mac_intel  = $old_stable."-2";
+     $old_stable_mac_intel  = $old_stable."-3";
 
      // Frozen versions:
      $latest_stable_xp_vista_version = "2.6.21"; // used also in text



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



More information about the gnucash-changes mailing list