gnucash-htdocs master: No suffix for Windows build

John Ralls jralls at code.gnucash.org
Thu Oct 2 15:19:31 EDT 2014


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



commit b33adcedb471f5d6030bfb961ff84b993406df3b
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 2 12:50:25 2014 -0700

    No suffix for Windows build

diff --git a/externals/global_params.php b/externals/global_params.php
index b3c7393..84e7c4e 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -5,7 +5,7 @@
      $major_stable		="2.6";
      $minor_stable		="4";
      $latest_stable             = $major_stable.".".$minor_stable;
-     $latest_stable_win		= $major_stable.".3-1";
+     $latest_stable_win		= $major_stable.".3";
 #     $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