X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Ferrors.c;fp=src%2Ferrors.c;h=d13039890700112fc767ad8b63a7931833ac07df;hb=46cb3ffad9e3ed318a9109ff96421882f6642b2b;hp=73fa1be7430d277998fd9c070b003bc96bf7fabb;hpb=e536ce9e39cc1bfa82ecd1d6d73f874af655f9db;p=inform.git diff --git a/src/errors.c b/src/errors.c index 73fa1be..d130398 100644 --- a/src/errors.c +++ b/src/errors.c @@ -402,7 +402,8 @@ Check to see if there is a more recent version available, from which\n\ the problem may have been removed. If not, please report this fault\n\ and if at all possible, please include your source code, as faults\n\ such as these are rare and often difficult to reproduce. Sorry.\n\ -***********************************************************************\n"); +***********************************************************************\n", + (RELEASE_NUMBER/100)%10, RELEASE_NUMBER%100, RELEASE_DATE); } extern int compiler_error(char *s)