Changeset 4572 for trunk/compiler

Show
Ignore:
Timestamp:
11/05/08 18:26:43 (2 months ago)
Author:
pmoura
Message:

Updated the Logtalk version number to 2.33.3 in preparation for the next release.

Location:
trunk/compiler
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4571 r4572  
    33% 
    44%  Logtalk - Open source object-oriented logic programming language 
    5 %  Release 2.33.2 
     5%  Release 2.33.3 
    66 
    77%  Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved. 
     
    18981898    \+ '$lgt_current_flag_'(Flag, _). 
    18991899 
    1900 current_logtalk_flag(version, version(2, 33, 2)). 
     1900current_logtalk_flag(version, version(2, 33, 3)). 
    19011901 
    19021902 
     
    80028002 
    80038003 
    8004  
    80058004% '$lgt_runtime_db_pred_ind_chk'(@term) 
    80068005% 
     
    80488047% 
    80498048% checks an arithmetic expression for calls to non-standard Prolog functions 
    8050  
    80518049 
    80528050'$lgt_check_non_portable_functions'(Exp) :- 
     
    1347913477% '$lgt_mt_dispatch_goal'(+atom, +message_queue, @callable, +object_identifier, +object_identifier, @nonvar) 
    1348013478% 
    13481 % creates a thread for proving a goal 
     13479% creates a thread for proving a goal (this predicate is called from within objects) 
    1348213480 
    1348313481'$lgt_mt_dispatch_goal'(ignore, _, Goal, _, _, _) :- 
  • trunk/compiler/NOTES.txt

    r4507 r4572  
    11================================================================ 
    22Logtalk - Open source object-oriented logic programming language 
    3 Release 2.33.2 
     3Release 2.33.3 
    44 
    55Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved.