From 015efac6dfee0393bcd851f8b9c878bcccb67482 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 9 Aug 2018 02:06:30 +0100 Subject: [PATCH] version --- include/YapInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/YapInterface.h b/include/YapInterface.h index 03535a8a9..dd7f2c250 100755 --- a/include/YapInterface.h +++ b/include/YapInterface.h @@ -34,7 +34,7 @@ The following routines export the YAP internals and architecture. #define __YAP_PROLOG__ 1 #ifndef YAPVERSION -#define YAPVERSION 60000 +#define YAPVERSION YAP_NUMERIC_VERSION #endif #include "YapDefs.h"