Skip to content

Commit

Permalink
Fixed SWI pack download url (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-diegidio committed Aug 29, 2016
1 parent 9f4b9b8 commit 1e3699e
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime.pl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
==
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
@tbd Implement prime counting/n-th prime functions.
Expand Down
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime_lgc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
arguments and are not steadfast.
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
@see library(nan_numerics_prime)
Expand Down
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime_mem.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*NOTE*: Predicates in this module are not meant for public use.
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
@tbd Use gobal variables?
Expand Down
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime_pio.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*NOTE*: Predicates in this module are not meant for public use.
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime_prb.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*NOTE*: Predicates in this module are not meant for public use.
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
@tbd Implement test error estimates?
Expand Down
2 changes: 1 addition & 1 deletion Code/nan_numerics_prime_whl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*NOTE*: Predicates in this module are not meant for public use.
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
@tbd Implement dynamic wheel with option for level?
Expand Down
2 changes: 1 addition & 1 deletion Deploy/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
: You should have received a copy of the GNU General Public License
: along with Nan.Numerics.Prime. If not, see <http://www.gnu.org/licenses/>.

@rem Nan.Numerics.Prime::pack.bat (1.2.4-beta)
@rem Nan.Numerics.Prime::pack.bat (1.2.5-beta)
@rem Author: Julio P. Di Egidio (julio@diegidio.name)
@rem Requires PowerShell 4.0 and .NET 4.5

Expand Down
4 changes: 2 additions & 2 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Nan.Numerics.Prime/Prolog 1.2.4-beta
Nan.Numerics.Prime/Prolog 1.2.5-beta
Nan.Numerics.Prime
A simple prime number library
Copyright 2016 Julio P. Di Egidio
Licensed under GNU GPLv3.
http://julio.diegidio.name/Projects/Nan.Numerics.Prime/
https://github.com/jp-diegidio/Nan.Numerics.Prime-Prolog/

Version 1.2.4-beta:
Version 1.2.5-beta:
-------------------
- Fixed SWI pack download url.

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Nan.Numerics.Prime/Prolog 1.2.4-beta
Nan.Numerics.Prime/Prolog 1.2.5-beta
Nan.Numerics.Prime
A simple prime number library
Copyright 2016 Julio P. Di Egidio
Expand Down
2 changes: 1 addition & 1 deletion Tests/debug.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: debug
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/module_inc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: module_inc
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: prime
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime_lgc.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: logic
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime_mem.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: memoization
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime_pio.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: pure I/O
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime_prb.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: probabilistic
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/prime_whl.test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* A simple prime number library :: wheel
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/test_all.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Predicates to run all tests. (Entry point for SWI pack system.)
@author Julio P. Di Egidio
@version 1.2.4-beta
@version 1.2.5-beta
@copyright 2016 Julio P. Di Egidio
@license GNU GPLv3
*/
Expand Down
4 changes: 2 additions & 2 deletions pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

name(nan_numerics_prime).
version('1.2.4'). % 1.2.4-beta
version('1.2.5'). % 1.2.5-beta
title('Nan.Numerics.Prime - A simple prime number library').
author('Julio P. Di Egidio', 'julio@diegidio.name').
home('http://julio.diegidio.name/Projects/Nan.Numerics.Prime/').
download('https://github.com/jp-diegidio/Nan.Numerics.Prime-Prolog/releases/download/1.2.4-beta/nan_numerics_prime-1.2.4.zip').
download('https://github.com/jp-diegidio/Nan.Numerics.Prime-Prolog/releases/download/1.2.5-beta/nan_numerics_prime-1.2.5.zip').
provides(numerics).
provides(prime).
keywords([nan, numerics, prime]).
Expand Down

0 comments on commit 1e3699e

Please sign in to comment.