summaryrefslogtreecommitdiff
path: root/app/xterm/version.h
blob: b8ce4a47d4f2cd5a9f5d9f41994aa159ec26dc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $XTermId: version.h,v 1.271 2006/06/21 00:34:24 tom Exp $ */
/* $XFree86: xc/programs/xterm/version.h,v 3.126 2006/06/20 00:42:38 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   216

#ifndef __vendorversion__
#define __vendorversion__ "XTerm/OpenBSD"
#endif