File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Below are the latest precompiled binaries for Windows 64-bit and Linux x64.
17
17
These binaries are statically linked and require a CPU which supports the
18
18
POPCNT instruction (2010 or later).
19
19
20
- * [ primesum-0.1 -win64.zip] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.1 -win64.zip ) , 358K
21
- * [ primesum-0.1 -linux-x64.tar.gz] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.1 -linux-x64.tar.gz ) , 864K
20
+ * [ primesum-0.2 -win64.zip] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.2 -win64.zip ) , 362K
21
+ * [ primesum-0.2 -linux-x64.tar.gz] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.2 -linux-x64.tar.gz ) , 867K
22
22
23
23
Usage examples
24
24
--------------
@@ -141,7 +141,7 @@ Build instructions (Unix-like OSes)
141
141
You need to have installed a C++ compiler and GNU make to build ``` primesum ``` .
142
142
143
143
Download
144
- [ primesum-0.1 .tar.gz] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.1 .tar.gz )
144
+ [ primesum-0.2 .tar.gz] ( https://dl.bintray.com/kimwalisch/primesum/primesum-0.2 .tar.gz )
145
145
and build it using:
146
146
147
147
``` sh
You can’t perform that action at this time.
0 commit comments