gnucash-htdocs master: Don't override the unstable release value.

John Ralls jralls at code.gnucash.org
Mon Apr 27 23:51:29 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ce9d5f0c (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/0ed13ff6 (commit)



commit ce9d5f0cf3bad9ee2fba96a089d36e232834cb9c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 27 20:51:20 2020 -0700

    Don't override the unstable release value.

diff --git a/externals/global_params.php b/externals/global_params.php
index e27e237..7e8974e 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -17,8 +17,8 @@
      $major_latest_unstable		="3";
      $minor_latest_unstable		="902";
      $latest_unstable           = $major_latest_unstable.".".$minor_latest_unstable;
-     // There's currently no unstable release being worked on, so disable it
-     $latest_unstable           = True;
+// When there's an unstable release going on uncomment the line setting it to false.
+//     $latest_unstable           = False;
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_intel = $latest_unstable."-1";
 



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



More information about the gnucash-changes mailing list