/* $XTermId: version.h,v 1.294 2008/10/05 16:46:50 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 238 #ifndef __vendorversion__ #define __vendorversion__ "XTerm" #endif