Skip to content

Commit

Permalink
Set Mac dmg versions to -4 for Intel and -3 for PPC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 30, 2014
1 parent bad9890 commit ba2a234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions externals/global_params.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
$latest_stable = $major_stable.".".$minor_stable;
# $latest_stable_win = $latest_stable."-1";
$latest_stable_win = $latest_stable;
$latest_stable_mac_ppc = $latest_stable."-2";
$latest_stable_mac_intel = $latest_stable."-2";
$latest_stable_mac_ppc = $latest_stable."-4";
$latest_stable_mac_intel = $latest_stable."-3";

# $major_latest_unstable ="2.5";
# $minor_latest_unstable ="10";
Expand Down

0 comments on commit ba2a234

Please sign in to comment.