gnucash-htdocs master: Replace gnucash-5.5.setup.exe with gnucash-5.5-1.setup.exe.

John Ralls jralls at code.gnucash.org
Wed Feb 21 00:42:47 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3a420669 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/10e19673 (commit)



commit 3a42066903a373ef021d56d41bfe6cc863bc20ab
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Feb 20 21:42:33 2024 -0800

    Replace gnucash-5.5.setup.exe with gnucash-5.5-1.setup.exe.

diff --git a/externals/global_params.php b/externals/global_params.php
index 56ddb43..9d662fa 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."";
+     $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".
diff --git a/news/231217-5.5.news b/news/231217-5.5.news
index bd26a09..a896af3 100644
--- a/news/231217-5.5.news
+++ b/news/231217-5.5.news
@@ -84,7 +84,7 @@
 <ul>
     <li><code>b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b</code>  gnucash-5.5.tar.bz2</li>
     <li><code>73d2c367f7f1c2da045ce08cb7dfc619e43002ac1e17bb708e3287edff96ae47</code>  gnucash-5.5.tar.gz</li>
-    <li><code>720a60dca57e4199f28b5449158ddc89e62012f042a62c43b16c569fa0890275</code>  gnucash-5.5.setup.exe</li>
+    <li><code>ca0fc0c79f378a3bc5cf767fe83bc5d073ae617bb1907443b41b470dbb5be7ea</code>  gnucash-5.5-1.setup.exe</li>
     <li><code>a27ab3dd3ada69456cb8033473f7bab5ae5874a4880416672d9b4fd2e1c26408</code>  Gnucash-Intel-5.5-1.dmg</li>
     <li><code>93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab</code>  gnucash-docs-5.5.tar.gz</li>
 </ul>



Summary of changes:
 externals/global_params.php | 2 +-
 news/231217-5.5.news        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list