Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r548:d63ce4ff5749
Date: 2014-10-11 09:27 +0200
http://bitbucket.org/pypy/pypy.org/changeset/d63ce4ff5749/

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: 55.0
+      value: 55.3
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $57748 of $105000 (55.0%)
+   $58058 of $105000 (55.3%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -9,13 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 83.7
+      value: 83.9
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Numpy / 0.95 -->
-   $50205 of $60000 (83.7%)
+   $50362 of $60000 (83.9%)
    <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: 24.0
+      value: 24.5
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $19237 of $80000 (24.0%)
+   $19629 of $80000 (24.5%)
    <div id="progressbar">
    </div>
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to