Skip to content

Commit

Permalink
fixing --pass-only-new
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 18, 2023
1 parent 2767423 commit fe83c41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

v5.1.1 (2023-10-18) fixing --pass-only-new
v5.1.0 (2023-10-17) implicit global scope of blank nodes
v5.0.10 (2023-10-15) testing s(urface) equ(ivalent) ent(ailment)s
v5.0.9 (2023-10-15) Surface Equivalent Entailment - SEE
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
5 changes: 2 additions & 3 deletions eye.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:- use_module(library(pcre)).
:- catch(use_module(library(http/http_open)), _, true).

version_info('EYE v5.1.0 (2023-10-17)').
version_info('EYE v5.1.1 (2023-10-18)').

license_info('MIT License

Expand Down Expand Up @@ -417,8 +417,7 @@
),
args(Args),
( flag(blogic)
-> retractall(flag('pass-only-new')),
blogic
-> blogic
; true
),
( implies(_, Conc, _),
Expand Down
Binary file modified eye.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion reasoning/blogic/version.n3.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@prefix log: <http://www.w3.org/2000/10/swap/log#>.

() log:version "EYE v5.1.0 (2023-10-17)".
() log:version "EYE v5.1.1 (2023-10-18)".

0 comments on commit fe83c41

Please sign in to comment.