gnucash-htdocs master: Roll back Windows version to 2.6.3-1
John Ralls
jralls at code.gnucash.org
Thu Oct 2 13:23:01 EDT 2014
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/9184e6b6 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/9a09332d (commit)
commit 9184e6b6eed2c3f3646e2345107fca2d56b8b594
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Oct 2 10:30:39 2014 -0700
Roll back Windows version to 2.6.3-1
Because of bug 737646.
diff --git a/externals/global_params.php b/externals/global_params.php
index 5a8eacd..848e679 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -5,7 +5,7 @@
$major_stable ="2.6";
$minor_stable ="4";
$latest_stable = $major_stable.".".$minor_stable;
-# $latest_stable_win = $latest_stable."-1";
+ $latest_stable_win = $major_stable.".3-1";
$latest_stable_win = $latest_stable;
$latest_stable_mac_ppc = $latest_stable."-3";
$latest_stable_mac_intel = $latest_stable."-4";
Summary of changes:
externals/global_params.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list