Include ENLIGHTENMENT_RELEASE in version string.

SVN revision: 8755
This commit is contained in:
Kim Woelders 2004-02-01 16:49:11 +00:00
parent 9c3662714b
commit 75856dffb6
1 changed files with 1 additions and 1 deletions

View File

@ -4613,7 +4613,7 @@ IPC_Version(char *params, Client * c)
Esnprintf(buf, sizeof(buf),
_("Enlightenment Version : %s\n" "code is current to : %s\n"),
ENLIGHTENMENT_VERSION, E_CHECKOUT_DATE);
e_wm_version, E_CHECKOUT_DATE);
if (buf)
CommsSend(c, buf);