X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xshogi%2Fxshogi.c;h=f88f39a669aebbea8f6b8558ca003ff4862c2b8f;hb=829c253a7cc2d3e1a9ed643485c1b1a92967b5df;hp=ff2bdc361c7ab38d5d9f779f0b702c7c5ab62649;hpb=95369c6cb63d6513f7381dc3cc92c1f34044c607;p=gnushogi.git diff --git a/xshogi/xshogi.c b/xshogi/xshogi.c index ff2bdc3..f88f39a 100644 --- a/xshogi/xshogi.c +++ b/xshogi/xshogi.c @@ -91,7 +91,6 @@ #include #include -#include "../version.h" #include "xshogi.h" #define BUF_SIZE 1024 @@ -1704,9 +1703,9 @@ CreatePlayerWindow(void) False, (XtEventHandler)EventProc, (XtPointer)(player == &remotePlayer)); - sprintf(buf, "xshogi version %s, patchlevel %s based on " + sprintf(buf, "xshogi version %s based on " "xboard version %s", - version, patchlevel, XBOARD_VERSION); + PACKAGE_VERSION, XBOARD_VERSION); /* * If there is to be a machine match, set it up.