Skip to content

Commit

Permalink
Release of primecount-0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed May 26, 2014
1 parent 0fbe779 commit 89ca6c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2014-05-25 Kim Walisch <[email protected]>
2014-05-26 Kim Walisch <[email protected]>

Version 0.19 work in progress.
Version 0.19 released.

* src/lmo/pi_lmo_parallel1.cpp: Simple parallel LMO implementation.
* src/lmo/pi_lmo_parallel2.cpp: Advanced parallel LMO implementation.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ Below are the latest precompiled binaries for Windows 64-bit and Linux x86-64.
These binaries are command-line programs for use with a terminal or Command
Prompt.

* <a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.18-win64.zip">primecount-0.18-win64.zip</a>, 214K
* <a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.18-linux-x64.tar.gz">primecount-0.18-linux-x64.tar.gz</a>, 662K
* <a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.19-win64.zip">primecount-0.19-win64.zip</a>, 222K
* <a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.19-linux-x64.tar.gz">primecount-0.19-linux-x64.tar.gz</a>, 81K

SHA1 checksums of the files:
```sh
7f316e836bcf99145c256fdd875a79d0ffc5df8c primecount-0.18-win64.zip
873ae49dc63264190bddd272a7e18260550fd204 primecount-0.18-linux-x64.tar.gz
2f0defb62f882f4775a332e69153a2f770216357 primecount-0.19-win64.zip
c60e0649d8496ac70082b56b7cc56bd5b3a2aacf primecount-0.19-linux-x64.tar.gz
```

### Usage examples
Expand Down Expand Up @@ -202,7 +202,7 @@ $ make
$ sudo make install
```
Then download the latest
<a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.18.tar.gz">primecount-0.18.tar.gz</a>
<a href="http://dl.bintray.com/kimwalisch/primecount/primecount-0.19.tar.gz">primecount-0.19.tar.gz</a>
release tarball and build it using:
```sh
$ ./configure
Expand Down

0 comments on commit 89ca6c0

Please sign in to comment.