version.h revision 4e40088c
1/* $XTermId: version.h,v 1.295 2009/01/08 23:30:16 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   239
10
11#ifndef __vendorversion__
12#define __vendorversion__ "XTerm"
13#endif
14