gnucash-htdocs master: Fix windows latest stable.

John Ralls jralls at code.gnucash.org
Sun Jun 26 22:44:33 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2aaa503f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/f93478a7 (commit)



commit 2aaa503f7e044399fe77d6bd20ed158fd5dcc3bc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 26 19:44:22 2022 -0700

    Fix windows latest stable.
    
    No extension needed yet.

diff --git a/externals/global_params.php b/externals/global_params.php
index fb2ec9a..f4a6480 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -12,7 +12,7 @@
 
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
-     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_win         = $latest_stable;
      $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