xenocara/app/xterm/version.h

15 lines
540 B
C
Raw Normal View History

2007-06-15 13:34:50 -06:00
/* $XTermId: version.h,v 1.280 2007/03/18 23:17:18 tom Exp $ */
2006-11-26 04:11:12 -07:00
/* $XFree86: xc/programs/xterm/version.h,v 3.126 2006/06/20 00:42:38 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).
*/
2007-06-15 13:34:50 -06:00
#define XTERM_PATCH 225
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