summaryrefslogtreecommitdiff
path: root/website/latest/audacity-macosx.php
blob: d7cff50311457da507d8819c12dccf3a86a08a20 (plain)
1
2
3
4
5
6
7
8
9
<?

# perform a redirect to the latest version, so links to it can remain static

include 'mirror.inc.php';
include 'versions.inc.php';
header('Location: '.download_url('audacity-macosx-'.macosx_version.'.dmg'));

?>