Skip to content

Commit ba2a234

Browse files
committed
Set Mac dmg versions to -4 for Intel and -3 for PPC.
1 parent bad9890 commit ba2a234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

externals/global_params.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$latest_stable = $major_stable.".".$minor_stable;
88
# $latest_stable_win = $latest_stable."-1";
99
$latest_stable_win = $latest_stable;
10-
$latest_stable_mac_ppc = $latest_stable."-2";
11-
$latest_stable_mac_intel = $latest_stable."-2";
10+
$latest_stable_mac_ppc = $latest_stable."-4";
11+
$latest_stable_mac_intel = $latest_stable."-3";
1212

1313
# $major_latest_unstable ="2.5";
1414
# $minor_latest_unstable ="10";

0 commit comments

Comments
 (0)