Logtalk 2.15.1 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@791 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2003-03-08 10:01:36 +00:00
parent fd505aa19c
commit 2572851ad5
99 changed files with 443 additions and 424 deletions

View File

@@ -2,7 +2,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.15.0
% Release 2.15.1
%
% Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved.
%
@@ -1088,7 +1088,7 @@ current_logtalk_flag(Flag, Value) :-
\+ '$lgt_flag_'(Flag, _),
'$lgt_default_flag'(Flag, Value).
current_logtalk_flag(version, version(2, 15, 0)).
current_logtalk_flag(version, version(2, 15, 1)).

View File

@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.15.0
% Release 2.15.1
%
% configuration file for YAP Prolog 4.3.23 or later
%