|
Revision 3894, 453 bytes
(checked in by pmoura, 15 months ago)
|
|
Updated the release number to 2.30.7.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 3 | % |
|---|
| 4 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 5 | % Release 2.30.7 |
|---|
| 6 | % |
|---|
| 7 | % Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved. |
|---|
| 8 | % |
|---|
| 9 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | :- consult('$LOGTALKUSER/configs/k.config'). |
|---|
| 13 | :- consult('$LOGTALKHOME/compiler/logtalk.pl'). |
|---|
| 14 | :- consult('$LOGTALKUSER/libpaths/libpaths.pl'). |
|---|