version.h revision 956cc18d
1/* $XTermId: version.h,v 1.304 2009/09/09 23:42:14 tom Exp $ */
2
3/*
4 * These definitions are used to build the string that's printed in response to
5 * "xterm -version", or embedded in "xterm -help".  It usually indicates the
6 * version of X to which this version of xterm has been built.  The number in
7 * parentheses is my patch number (Thomas E. Dickey).
8 */
9#define XTERM_PATCH   248
10
11#ifndef __vendorversion__
12#define __vendorversion__ "XTerm"
13#endif
14