summaryrefslogtreecommitdiff
path: root/src/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menus.c')
-rw-r--r--src/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menus.c b/src/menus.c
index ed06453..9b4ecd3 100644
--- a/src/menus.c
+++ b/src/menus.c
@@ -77,7 +77,6 @@ in this Software without prior written authorization from The Open Group.
#include "icons.h"
#include "session.h"
#include <X11/Xmu/CharSet.h>
-#include "version.h"
#include <X11/extensions/sync.h>
#include <X11/SM/SMlib.h>
@@ -2530,7 +2529,8 @@ Identify(TwmWindow *t)
Window wdummy = None;
n = 0;
- snprintf(Info[n++], INFO_SIZE, "Twm version: %s", Version);
+ snprintf(Info[n++], INFO_SIZE, "Twm version: %s, %s",
+ XVENDORNAME, XORG_RELEASE);
Info[n++][0] = '\0';
if (t) {