Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r509:19c72646af82
Date: 2014-06-19 21:40 +0200
http://bitbucket.org/pypy/pypy.org/changeset/19c72646af82/

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: 48.6
+      value: 49.2
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $51043 of $105000 (48.6%)
+   $51688 of $105000 (49.2%)
    <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: 80.2
+      value: 80.5
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Numpy / 0.95 -->
-   $48130 of $60000 (80.2%)
+   $48322 of $60000 (80.5%)
    <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: 2.6
+      value: 3.5
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $2097 of $80000 (2.6%)
+   $2829 of $80000 (3.5%)
    <div id="progressbar">
    </div>
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to