gnucash-htdocs master: Announce release of 3.2.

John Ralls jralls at code.gnucash.org
Sun Jun 24 23:32:03 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a505f5cb (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/63a79330 (commit)



commit a505f5cbce3dca4c0bef2f7e35e786d36fb8bd0b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 24 20:31:54 2018 -0700

    Announce release of 3.2.

diff --git a/externals/global_params.php b/externals/global_params.php
index 311ae5b..35a1ae4 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -3,14 +3,14 @@
      // Each platform can define its own latest version or follow the default.
      // Both a latest stable version and a latest unstable version are defined.
      $major_stable		="3";
-     $minor_stable		="1";
+     $minor_stable		="2";
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
-     $latest_stable_win         = $latest_stable."-2";
-     $latest_stable_mac_intel   = $latest_stable."-3";
+#     $latest_stable_win         = $latest_stable."-2";
+     $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".
-     $tarball                   = $latest_stable."-1";
+     $tarball                   = $latest_stable;
 
      $major_latest_unstable		="3";
      $minor_latest_unstable		="900";



Summary of changes:
 externals/global_params.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list