blob: c4d390464c93bf560852bb9a93fd47fb35924c76 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $XFree86: xc/programs/xterm/version.h,v 3.78 2002/03/26 01:46:40 dickey Exp $ */
/*
* These definitions are used to build the string that's printed in response to
* "xterm -version", or embedded in "xterm -help". It is the version of
* XFree86 to which this version of xterm has been built. The number in
* parentheses is my patch number (T.Dickey).
*/
#define XTERM_PATCH 167
#define XFREE86_VERSION "XFree86 4.2.0"
|