Skip to content

Commit

Permalink
Add download paths for old_stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 31, 2013
1 parent 6415ced commit 27b1395
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions externals/global_params.php
Expand Up @@ -24,8 +24,6 @@
$major_old_stable ="2.4";
$minor_old_stable ="14";
$old_stable = $major_old_stable.".".$minor_old_stable;
// There's currently no unstable release being worked on, so disable it
# $old_stable = False;
$old_stable_win = $old_stable;
$old_stable_mac_ppc = $old_stable."-1";
$old_stable_mac_intel = $old_stable."-1";
Expand All @@ -41,6 +39,13 @@
$latest_stable_mac_intel="Gnucash-Intel-".$latest_stable_mac_intel.".dmg";
$latest_stable_mac_ppc="Gnucash-PPC-".$latest_stable_mac_ppc.".dmg";
$latest_stable_source="gnucash-".$latest_stable.".tar.bz2";

$old_stable_path=$stable_path.$old_stable."/";

$old_stable_win="gnucash-".$old_stable_win."-setup.exe";
$old_stable_mac_intel="Gnucash-Intel-".$old_stable_mac_intel.".dmg";
$old_stable_mac_ppc="Gnucash-PPC-".$old_stable_mac_ppc.".dmg";
$old_stable_source="gnucash-".$old_stable.".tar.bz2";

$unstable_path="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/";
$latest_unstable_path=$unstable_path.$latest_unstable."/";
Expand Down

0 comments on commit 27b1395

Please sign in to comment.