gnucash-htdocs master: Release gnucash-4.11-1.setup.exe

John Ralls jralls at code.gnucash.org
Sat Jul 2 16:28:40 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/31227423 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/923e6fb7 (commit)



commit 3122742379b1518042866ab113077ed0f2456e79
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 2 13:28:23 2022 -0700

    Release gnucash-4.11-1.setup.exe
    
    Fixes https://bugs.gnucash.org/show_bug.cgi?id=798559

diff --git a/externals/global_params.php b/externals/global_params.php
index f4a6480..fb2ec9a 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/220626-4.11.news b/news/220626-4.11.news
index ece4a0a..9164081 100644
--- a/news/220626-4.11.news
+++ b/news/220626-4.11.news
@@ -109,7 +109,7 @@
 <ul>
     <li><code>f814ede30d7be0dec0afb2ae8d03628b9ae34c848b68312e4c5aded94c102b19</code>  gnucash-4.11.tar.bz2</li>
     <li><code>6ff4f408ff05c85c8dcdac43d0ac16672bf2059a21928de08e0f860d437c8f83</code>  gnucash-4.11.tar.gz</li>
-    <li><code>4bb6b616285ae4ddb286595b4270dc1c3e26045bc56d53227d4f6280535c6770</code>  gnucash-4.11.setup.exe</li>
+    <li><code>63d98c5873e58191cbac5c6ba4f269528c67911d0d63e2dd114e2f1c12c328a7</code>  gnucash-4.11-1.setup.exe</li>
     <li><code>cd51a9c0cf1edb378c6252853969ea4f9ecc95c5d8547fd7f76b322407b0ca72</code>  Gnucash-Intel-4.11-1.dmg</li>
     <li><code>a83b8ef39111961d805100a860053557a1166cbf0b93a66dfb2c3f732ec25898</code>  gnucash-docs-4.11.tar.gz</li>
 </ul>
@@ -117,12 +117,12 @@
 <ul>
     <li>SourceForge:
         <ul>
-            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.11/gnucash-4.11.setup.exe">Win32</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.11/gnucash-4.11-1.setup.exe">Win32</a></li>
             <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.11/Gnucash-Intel-4.11-1.dmg">Mac-Intel</a></li>
         </ul></li>
     <li>Github
         <ul>
-            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.11/gnucash-4.11.setup.exe">Win32</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.11/gnucash-4.11-1.setup.exe">Win32</a></li>
             <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.11/Gnucash-Intel-4.11-1.dmg">Mac-Intel</a></li>
         </ul></li></ul>
 



Summary of changes:
 externals/global_params.php | 2 +-
 news/220626-4.11.news       | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list