* Banner (Menu) Files
* Changed loadbanner() [dgamelaunch.c] -- $INCLUDE() can now be
anywhere in a line.
+ * $VERSION now replaced with PACKAGE_VERSION instead of
+ PACKAGE_STRING
* Banner files can be longer than 24 lines, if the window size is
long enough.
* Meta
strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, bv->name, banner_var_resolve(bv)), DGL_BANNER_LINELEN);
bv = bv->next;
}
- strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$VERSION", PACKAGE_STRING), DGL_BANNER_LINELEN);
+ strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$VERSION", PACKAGE_VERSION), DGL_BANNER_LINELEN);
if (me && loggedin) {
strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$USERNAME", me->username), DGL_BANNER_LINELEN);
} else {