2009-01-10 11:08:42 -07:00
|
|
|
/* $XTermId: version.h,v 1.295 2009/01/08 23:30:16 tom Exp $ */
|
2006-11-26 04:11:12 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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
|
2007-08-25 12:58:42 -06:00
|
|
|
* parentheses is my patch number (Thomas E. Dickey).
|
2006-11-26 04:11:12 -07:00
|
|
|
*/
|
2009-01-10 11:08:42 -07:00
|
|
|
#define XTERM_PATCH 239
|
2006-11-26 04:11:12 -07:00
|
|
|
|
|
|
|
#ifndef __vendorversion__
|
2006-11-26 08:48:06 -07:00
|
|
|
#define __vendorversion__ "XTerm/OpenBSD"
|
2006-11-26 04:11:12 -07:00
|
|
|
#endif
|