xenocara/app/xterm/version.h

14 lines
463 B
C
Raw Normal View History

2009-10-31 08:11:57 -06:00
/* $XTermId: version.h,v 1.306 2009/10/10 13:03:04 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
* parentheses is my patch number (Thomas E. Dickey).
2006-11-26 04:11:12 -07:00
*/
2009-10-31 08:11:57 -06:00
#define XTERM_PATCH 250
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