gnucash-htdocs master: Fix wrong latest_stable_win.

John Ralls jralls at code.gnucash.org
Fri Feb 9 14:28:06 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/38e9f026 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/f59b922b (commit)



commit 38e9f026385d4da321561fbce16105a096019fba
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 9 11:27:58 2018 -0800

    Fix wrong latest_stable_win.

diff --git a/externals/global_params.php b/externals/global_params.php
index fa00ba7..dbe3060 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -5,8 +5,8 @@
      $major_stable		="2.6";
      $minor_stable		="19";
      $latest_stable             = $major_stable.".".$minor_stable;
-#     $latest_stable_win		= $latest_stable;
-     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_win		= $latest_stable;
+#     $latest_stable_win         = $latest_stable."-1";
      $latest_stable_mac_ppc     = $latest_stable."-1";
      $latest_stable_mac_intel   = $latest_stable."-1";
 // Change this when there has been a re-tag to add the re-tag letter,



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



More information about the gnucash-changes mailing list