summaryrefslogtreecommitdiff
path: root/app/xterm/version.h
blob: 5b4de28aa7ce1237ab83476c018dbbaadc1934d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $XTermId: version.h,v 1.302 2009/08/14 09:04:02 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   246

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