[pypy-commit] pypy.org extradoc: update the values

arigo noreply at buildbot.pypy.org
Fri Mar 27 09:08:37 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r585:ea2c947a8e6f
Date: 2015-03-27 09:09 +0100
http://bitbucket.org/pypy/pypy.org/changeset/ea2c947a8e6f/

Log:	update the values

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 56.2
+      value: 56.3
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $59002 of $105000 (56.2%)
+   $59097 of $105000 (56.3%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -15,7 +15,7 @@
 </script>
 
    <!-- Income:PyPy:Donations:Numpy / 0.95 -->
-   $51350 of $60000 (85.6%)
+   $51369 of $60000 (85.6%)
    <div id="progressbar">
    </div>
 
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,7 +9,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 28.2
+      value: 28.3
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $22593 of $80000 (28.2%)
+   $22603 of $80000 (28.3%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list