fix version info

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2011-08-18 22:32:59 +01:00
parent 9a48889e69
commit 0e2da3c3e0

View File

@ -2749,7 +2749,7 @@ PL_query(int query)
case PL_QUERY_USER_CPU:
return (intptr_t)Yap_cputime();
case PL_QUERY_VERSION:
return (intptr_t)600301;
return (intptr_t)60300;
default:
fprintf(stderr,"Unimplemented PL_query %d\n",query);
return (intptr_t)0;