From b53f5b691ad7a50fab9ed1dad8386fc142ae9a3f Mon Sep 17 00:00:00 2001 From: rslopes Date: Mon, 22 Aug 2005 15:30:53 +0000 Subject: [PATCH] Yap-5.0 git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1375 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Yap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/H/Yap.h b/H/Yap.h index 36e22ad93..b07b56853 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.5 2005-07-06 19:34:11 ricroc Exp $ * +* version: $Id: Yap.h,v 1.6 2005-08-22 15:30:53 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.0.0" #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"