gnucash-htdocs master: New Gnucash-3.1-2.setup.exe.

John Ralls jralls at code.gnucash.org
Tue May 15 16:30:04 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/363533c5 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/06ab2775 (commit)



commit 363533c5d4a25d3899ca601f4fdd8592faca4f7b
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 15 13:29:51 2018 -0700

    New Gnucash-3.1-2.setup.exe.
    
    Fixes bug 794653.

diff --git a/externals/global_params.php b/externals/global_params.php
index c1b2e0c..311ae5b 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,7 +6,7 @@
      $minor_stable		="1";
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
-#     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_win         = $latest_stable."-2";
      $latest_stable_mac_intel   = $latest_stable."-3";
 // 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/180429-3.1.news b/news/180429-3.1.news
index 4fbbdc5..f40ad93 100644
--- a/news/180429-3.1.news
+++ b/news/180429-3.1.news
@@ -120,7 +120,7 @@ application bundle.</p>
 <ul>
 <li><code>a1ef66cec3b8b74b7b8bfe791ff12456796a69cc004427e8d9205b6872bdd261</code>  gnucash-3.1-1.tar.bz2</li>
 <li><code>bcd2a27ad36f04c2cdb24c86a2e47da1d96c87ee5eff6b35893b33b0b18a53c3</code>  gnucash-3.1-1.tar.gz</li>
-<li><code>699070d8e895e80f1d1042b506dfe38be1707493eeea856987e5b04e198bf5e2</code>  gnucash-3.1.setup.exe</li>
+<li><code>426e9a8d0f6542486052733171aa33700da061b0af23101b2b42dac141e6fafe</code>  gnucash-3.1-2.setup.exe</li>
 <li><code>777e532a80c8061c352bf518e6948155af5e408b148df381a1e6cd85b13d66e9</code>  Gnucash-Intel-3.1-3.dmg</li>
 <li><code>52852ed90ccdf27b76deb1b4095b9e457c807c5598a2eea31e00560bb0c3531c</code>  gnucash-docs-3.1.tar.gz</li>
 </ul></p>
@@ -128,13 +128,13 @@ application bundle.</p>
 <ul>
 <li>SourceForge:
 <ul>
-<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-3.1-setup.exe">Win32</a></li>
-<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-3.1-1.dmg">Mac-Intel</a></li>
+<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-3.1-2.setup.exe">Win32</a></li>
+<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-3.1-3.dmg">Mac-Intel</a></li>
 </ul></li>
 <li>Github
 <ul>
-<li><a href="https://github.com/Gnucash/gnucash/releases/download/3.1/gnucash-3.1-setup.exe">Win32</a></li>
-<li><a href="https://github.com/Gnucash/gnucash/releases/download/3.1/Gnucash-Intel-3.1-2.dmg">Mac-Intel</a></li>
+<li><a href="https://github.com/Gnucash/gnucash/releases/download/3.1/gnucash-3.1-2.setup.exe">Win32</a></li>
+<li><a href="https://github.com/Gnucash/gnucash/releases/download/3.1/Gnucash-Intel-3.1-3.dmg">Mac-Intel</a></li>
 </ul></li></ul>
 
 <h3>Getting GnuCash as source code</h3>



Summary of changes:
 externals/global_params.php |  2 +-
 news/180429-3.1.news        | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list