Skip to content

Commit

Permalink
Homepage: Ubuntu binary packages are now for Ubuntu 12.04
Browse files Browse the repository at this point in the history
The Linux autobuilders were updated to Ubuntu 12.04 LTS.
  • Loading branch information
skyjake committed Jan 6, 2013
1 parent 4dc3fb6 commit 5c4df9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/plugins/pages/html/ubuntu.html
Expand Up @@ -72,11 +72,11 @@ <h3>Minimum System Requirements</h3>

if(json.platform_name == 'linux-x86')
{
metaData += /*json.platform_name + */ 'Ubuntu 11.10+ (32bit)</span>';
metaData += /*json.platform_name + */ 'Ubuntu 12.04+ (32bit)</span>';
}
else
{
metaData += /*json.platform_name + */ 'Ubuntu 11.10+ (64bit)</span>';
metaData += /*json.platform_name + */ 'Ubuntu 12.04+ (64bit)</span>';
}

return $('<div class="package_badge"><a class="package_name" href="' + downloadUri + '" title="Download ' + json.fulltitle + '">' + cleanTitle + '</a><br />' + metaData + '</div>');
Expand Down

0 comments on commit 5c4df9e

Please sign in to comment.