/* $XTermId: version.h,v 1.233 2004/08/15 21:07:59 tom Exp $ */
/* $XFree86: xc/programs/xterm/version.h,v 3.107 2004/08/15 21:07:59 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).
 */
#define XTERM_PATCH   196

#ifndef __vendorversion__
#define __vendorversion__ "XTerm"
#endif
