Skip to content
Snippets Groups Projects
Commit b9ba1fa3 authored by Armin Rigo's avatar Armin Rigo
Browse files

Add a "BETA" here too.

parent 8a8aa435
No related branches found
No related tags found
No related merge requests found
......@@ -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)';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment