xenocara/app/xterm/version.h
matthieu 3d2000e90b Merge xterm 232.
New local change: default value for pointerMode is 0.
2008-02-16 09:40:00 +00:00

14 lines
463 B
C

/* $XTermId: version.h,v 1.288 2008/01/06 22:36:16 tom 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 (Thomas E. Dickey).
*/
#define XTERM_PATCH 232
#ifndef __vendorversion__
#define __vendorversion__ "XTerm/OpenBSD"
#endif