From b93970fe67a2ecb238f1f7f6fd80aa1e67ceb879 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sat, 27 Feb 2010 10:11:03 +0000 Subject: [PATCH] 6.0.1 --- Makefile.in | 2 +- docs/yap.tex | 8 ++++---- misc/Yap.spec | 4 ++-- misc/yap.nsi | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 456122f3e..0e7220ec4 100755 --- a/Makefile.in +++ b/Makefile.in @@ -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 # diff --git a/docs/yap.tex b/docs/yap.tex index a5ff4b9ed..81c2a8b29 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -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. diff --git a/misc/Yap.spec b/misc/Yap.spec index c95e0ba62..00714f476 100644 --- a/misc/Yap.spec +++ b/misc/Yap.spec @@ -3,10 +3,10 @@ Name: Yap Summary: Prolog Compiler -Version: 6.0.0 +Version: 6.0.1 Packager: Vitor Santos Costa 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 diff --git a/misc/yap.nsi b/misc/yap.nsi index 3a7901cb3..68536f16f 100755 --- a/misc/yap.nsi +++ b/misc/yap.nsi @@ -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"