From 8971f37232d1ee36e29949cda6aa1ae6a2673e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sun, 20 Jan 2013 19:28:33 +0000 Subject: [PATCH] start 6.3.4. --- H/Yap.h | 2 +- Makefile.in | 2 +- misc/Yap.spec | 2 +- misc/Yap64.spec | 2 +- misc/yap.nsi | 2 +- misc/yap64.nsi | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/H/Yap.h b/H/Yap.h index 3e9d0276d..f54429edc 100755 --- a/H/Yap.h +++ b/H/Yap.h @@ -88,7 +88,7 @@ #undef USE_THREADED_CODE #endif /* USE_THREADED_CODE */ #define inline __inline -#define YAP_VERSION "YAP-6.3.3" +#define YAP_VERSION "YAP-6.3.4" #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 eb45944f2..c7d683d2c 100755 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ SONAMEFLAG=@SONAMEFLAG@ #4.1VPATH=@srcdir@:@srcdir@/OPTYap CWD=$(PWD) # -VERSION=6.3.3 +VERSION=6.3.4 MYDDAS_VERSION=MYDDAS-0.9.1 # diff --git a/misc/Yap.spec b/misc/Yap.spec index 07d8125b5..2948cebb9 100644 --- a/misc/Yap.spec +++ b/misc/Yap.spec @@ -3,7 +3,7 @@ Name: yap Summary: Prolog Compiler -Version: 6.3.3 +Version: 6.3.4 Packager: Vitor Santos Costa Release: 1 Source: http://www.dcc.fc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz diff --git a/misc/Yap64.spec b/misc/Yap64.spec index 9f2778fad..e99e55377 100644 --- a/misc/Yap64.spec +++ b/misc/Yap64.spec @@ -3,7 +3,7 @@ Name: yap Summary: Prolog Compiler -Version: 6.3.3 +Version: 6.3.4 Packager: Vitor Santos Costa Release: 1 Source: http://www.dcc.fc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz diff --git a/misc/yap.nsi b/misc/yap.nsi index ba74d8524..0f5e1aaba 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.3.3-installer.exe" +outfile "yap-6.3.4-installer.exe" diff --git a/misc/yap64.nsi b/misc/yap64.nsi index 92837084b..6e1ee199b 100755 --- a/misc/yap64.nsi +++ b/misc/yap64.nsi @@ -265,4 +265,4 @@ Function .onInstFailed installer, please contact yap-users@sf.net" FunctionEnd -outfile "yap64-6.3.3-installer.exe" +outfile "yap64-6.3.4-installer.exe"