This commit is contained in:
Vitor Santos Costa 2010-02-27 10:11:03 +00:00
parent d69902e986
commit b93970fe67
4 changed files with 8 additions and 8 deletions

View File

@ -98,7 +98,7 @@ YAPLIB=@YAPLIB@
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
CWD=$(PWD)
#
VERSION=6.0.0
VERSION=6.0.1
MYDDAS_VERSION=MYDDAS-0.9.1
#

View File

@ -8,9 +8,9 @@ a\input texinfo @c -*- mode: texinfo; coding: latin-1; -*-
@c @setchapternewpage odd
@c %**end of header
@set VERSION 6.0.0
@set EDITION 4.2.5
@set UPDATED June 2008
@set VERSION 6.0.1
@set EDITION 4.2.6
@set UPDATED Feb 2010
@c Index for C-Prolog compatible predicate
@defindex cy
@ -6544,7 +6544,7 @@ Execute a new shell.
@snindex alarm/3
@cnindex alarm/3
Arranges for YAP to be interrupted in @var{Seconds} seconds, or in
@var{Seconds.MicroSeconds}. When interrupted, YAP will execute
@var{[Seconds|MicroSeconds]}. When interrupted, YAP will execute
@var{Callable} and then return to the previous execution. If
@var{Seconds} is @code{0}, no new alarm is scheduled. In any event,
any previously set alarm is canceled.

View File

@ -3,10 +3,10 @@
Name: Yap
Summary: Prolog Compiler
Version: 6.0.0
Version: 6.0.1
Packager: Vitor Santos Costa <vitor@cos.ufrj.br>
Release: 1
Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz
Source: http://www.dcc.fc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz
License: Perl Artistic License
Provides: yap
Requires: readline

View File

@ -268,4 +268,4 @@ Function .onInstFailed
installer, please contact yap-users@sf.net"
FunctionEnd
outfile "yap-6.0.0-installer.exe"
outfile "yap-6.0.1-installer.exe"