gnucash-htdocs master: Update windows suffix for rebuild of Win32 bundle.

John Ralls jralls at code.gnucash.org
Thu Apr 11 13:29:05 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/98e13e26 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/b7514d57 (commit)



commit 98e13e2689437a1564d91977e862b06c7fc9e45b
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 11 10:28:47 2019 -0700

    Update windows suffix for rebuild of Win32 bundle.

diff --git a/externals/global_params.php b/externals/global_params.php
index f81ef4a..3a21671 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -8,7 +8,7 @@
      $minor_stable		="5";
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
-#     $latest_stable_win         = $latest_stable."-2";
+     $latest_stable_win         = $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,
 // e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".



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



More information about the gnucash-changes mailing list