aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/xterm/version.h
blob: 5165798f98448c248f9f19c6d0288c1a58eac843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $XTermId: version.h,v 1.254 2005/11/13 23:10:36 tom Exp $ */
/* $XFree86: xc/programs/xterm/version.h,v 3.118 2005/11/13 23:10:36 dickey Exp $ */

/*
 * These definitions are used to build the string that's printed in response to
 * "xterm -version", or embedded in "xterm -help".  It usually indicates the
 * version of X to which this version of xterm has been built.  The number in
 * parentheses is my patch number (T.Dickey).
 */
#define XTERM_PATCH   207

#ifndef __vendorversion__
#define __vendorversion__ "XTerm"
#endif