The bump to version number 5.1.3 seems to have missed these two files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1991 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2007-11-13 01:52:14 +00:00
parent c0c2d8767b
commit f1c35f6f90
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ TEXI2PDF=texi2pdf
#4.1VPATH=@srcdir@:@srcdir@/OPTYap #4.1VPATH=@srcdir@:@srcdir@/OPTYap
CWD=$(PWD) CWD=$(PWD)
# #
VERSION=Yap-5.1.2 VERSION=Yap-5.1.3
MYDDAS_VERSION=MYDDAS-0.9.1 MYDDAS_VERSION=MYDDAS-0.9.1
# #

View File

@ -10,7 +10,7 @@
* File: Yap.h.m4 * * File: Yap.h.m4 *
* mods: * * mods: *
* comments: main header file for YAP * * comments: main header file for YAP *
* version: $Id: Yap.h.m4,v 1.85 2006-04-13 11:58:05 rslopes Exp $ * * version: $Id: Yap.h.m4,v 1.86 2007-11-13 01:52:14 pmoura Exp $ *
*************************************************************************/ *************************************************************************/
#include "config.h" #include "config.h"
@ -82,7 +82,7 @@
#undef USE_THREADED_CODE #undef USE_THREADED_CODE
#endif #endif
#define inline __inline #define inline __inline
#define YAP_VERSION "Yap-5.1.2" #define YAP_VERSION "Yap-5.1.3"
#define BIN_DIR "c:\\Program Files\\Yap\\bin" #define BIN_DIR "c:\\Program Files\\Yap\\bin"
#define LIB_DIR "c:\\Program Files\\Yap\\lib\\Yap" #define LIB_DIR "c:\\Program Files\\Yap\\lib\\Yap"
#define SHARE_DIR "c:\\Program Files\\Yap\\share\\Yap" #define SHARE_DIR "c:\\Program Files\\Yap\\share\\Yap"