# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1314267445 -7200 # Thu Aug 25 12:17:25 2011 +0200 # Branch extradoc # Node ID b9ba1fa30ee9d47713a40abf7faa277fe9eead84 # Parent 8a8aa43583f8b10c4cfc897410151fc95749068c Add a "BETA" here too. diff --git a/js/detect.js b/js/detect.js --- a/js/detect.js +++ b/js/detect.js @@ -12,7 +12,7 @@ } } else if (navigator.platform.indexOf('Win') != -1) { download_url = base + 'pypy-1.6-win32.zip'; - download_text = 'Download Windows x86 bin'; + download_text = 'Download Windows x86 bin (BETA)'; } else if (navigator.platform.indexOf('Mac') != 1) { download_url = base + 'pypy-1.6-osx64.tar.bz2'; download_text = 'Download Mac OS X 10.6 bin (64 bit)';