From b80a77e4b58d3b4a33cc9a8948579dd8a1c8770a Mon Sep 17 00:00:00 2001 From: rslopes Date: Thu, 13 Apr 2006 12:02:39 +0000 Subject: [PATCH] update version to Yap-5.1.2 (working version) git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1601 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Yap.h | 4 ++-- Makefile.in | 2 +- distribute | 6 +++--- docs/yap.tex | 2 +- m4/Yap.h.m4 | 4 ++-- misc/Yap.spec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/H/Yap.h b/H/Yap.h index 80a4fb650..e62c432d8 100644 --- a/H/Yap.h +++ b/H/Yap.h @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h,v 1.13 2006-03-09 15:52:04 tiagosoares Exp $ * +* version: $Id: Yap.h,v 1.14 2006-04-13 12:02:39 rslopes Exp $ * *************************************************************************/ #include "config.h" @@ -82,7 +82,7 @@ #undef USE_THREADED_CODE #endif #define inline __inline -#define YAP_VERSION "Yap-5.1.0" +#define YAP_VERSION "Yap-5.1.2" #define BIN_DIR "c:\\Yap\\bin" #define LIB_DIR "c:\\Yap\\lib\\Yap" #define SHARE_DIR "c:\\Yap\\share\\Yap" diff --git a/Makefile.in b/Makefile.in index 385ebfe42..619e5d4e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,7 +88,7 @@ TEXI2PDF=texi2pdf #4.1VPATH=@srcdir@:@srcdir@/OPTYap CWD=$(PWD) # -VERSION=Yap-5.1.0 +VERSION=Yap-5.1.2 # INTERFACE_HEADERS = $(srcdir)/include/c_interface.h $(srcdir)/include/yap_structs.h $(srcdir)/include/YapInterface.h diff --git a/distribute b/distribute index 90fd160b7..e19a5c6e2 100755 --- a/distribute +++ b/distribute @@ -1,7 +1,7 @@ #/bin/bash # Guess what: this code works for me! -version="Yap-5.1.0" +version="Yap-5.1.2" splat cd C splat @@ -89,7 +89,7 @@ cd examples splat cd ../../../.. if test "$1" = "--small"; then - tar cvzf "$version"-small.tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,OPTYap,BEAM,LGPL/clpr,LGPL/chr,CLPBN} # --exclude=CLPQR/clpqr/examples --exclude=CHR/chr/examples + tar cvzf "$version"-small.tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,OPTYap,BEAM,MYDDAS,LGPL/clpr,LGPL/chr,LGPL/clp,CLPBN} # --exclude=CLPQR/clpqr/examples --exclude=CHR/chr/examples else - tar cvzf "$version".tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,build-distr,OPTYap,BEAM,LHPL/clpr,LGPL/chr,CLPBN,Logtalk} + tar cvzf "$version".tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,build-distr,OPTYap,BEAM,MYDDAS,LGPL/clpr,LGPL/chr,LGPL/clp,CLPBN,Logtalk} fi diff --git a/docs/yap.tex b/docs/yap.tex index 0dc78781f..290391e85 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -8,7 +8,7 @@ @c @setchapternewpage odd @c %**end of header -@set VERSION 5.1.0 +@set VERSION: 5.1.1 @set EDITION 4.2.4 @set UPDATED December 2004 diff --git a/m4/Yap.h.m4 b/m4/Yap.h.m4 index b4057502c..588e05730 100644 --- a/m4/Yap.h.m4 +++ b/m4/Yap.h.m4 @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h.m4,v 1.84 2005-05-31 00:35:58 ricroc Exp $ * +* version: $Id: Yap.h.m4,v 1.85 2006-04-13 11:58:05 rslopes Exp $ * *************************************************************************/ #include "config.h" @@ -82,7 +82,7 @@ #undef USE_THREADED_CODE #endif #define inline __inline -#define YAP_VERSION "Yap-4.5.7" +#define YAP_VERSION "Yap-5.1.2" #define BIN_DIR "c:\\Program Files\\Yap\\bin" #define LIB_DIR "c:\\Program Files\\Yap\\lib\\Yap" #define SHARE_DIR "c:\\Program Files\\Yap\\share\\Yap" diff --git a/misc/Yap.spec b/misc/Yap.spec index 41b648a4b..80f8f2b07 100644 --- a/misc/Yap.spec +++ b/misc/Yap.spec @@ -3,7 +3,7 @@ Name: Yap Summary: Prolog Compiler -Version: 5.1.0 +Version: 5.1.2 Packager: Vitor Santos Costa Release: 1 Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz