gnucash-htdocs master: Remove Windows specifier.
John Ralls
jralls at code.gnucash.org
Fri Dec 19 15:17:34 EST 2014
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/e227b121 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/d665a544 (commit)
commit e227b12191107b3c4ee34581d030496305603138
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Dec 19 15:47:25 2014 -0800
Remove Windows specifier.
diff --git a/externals/global_params.php b/externals/global_params.php
index 75674a3..a10ad6c 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,7 +6,7 @@
$minor_stable ="5";
$latest_stable = $major_stable.".".$minor_stable;
# $latest_stable_win = $major_stable.".3";
- $latest_stable_win = $latest_stable."-1";
+# $latest_stable_win = $latest_stable."-1";
$latest_stable_mac_ppc = $latest_stable."-1";
$latest_stable_mac_intel = $latest_stable."-1";
Summary of changes:
externals/global_params.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list