gnucash-htdocs master: Comment out the other instance of latest_stable_win.

John Ralls jralls at code.gnucash.org
Thu Oct 2 15:18:16 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0cc3ad02 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/9184e6b6 (commit)



commit 0cc3ad0287715f7a35e83a0e89a64ad8306100c0
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 2 12:49:10 2014 -0700

    Comment out the other instance of latest_stable_win.

diff --git a/externals/global_params.php b/externals/global_params.php
index 848e679..b3c7393 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,7 +6,7 @@
      $minor_stable		="4";
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $major_stable.".3-1";
-     $latest_stable_win         = $latest_stable;
+#     $latest_stable_win         = $latest_stable;
      $latest_stable_mac_ppc     = $latest_stable."-3";
      $latest_stable_mac_intel   = $latest_stable."-4";
 



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



More information about the gnucash-changes mailing list