[pypy-commit] pypy.org extradoc: Add a "BETA" here too.

arigo noreply at buildbot.pypy.org
Thu Aug 25 12:11:41 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r241:b9ba1fa30ee9
Date: 2011-08-25 12:17 +0200
http://bitbucket.org/pypy/pypy.org/changeset/b9ba1fa30ee9/

Log:	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)';


More information about the pypy-commit mailing list