root/foundation-apps/mxterm-maxx/version.h

Revision 8, 455 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1/* $XTermId: version.h,v 1.291 2008/03/05 21:18:37 tom Exp $ */
2
3/*
4 * These definitions are used to build the string that's printed in response to
5 * "xterm -version", or embedded in "xterm -help".  It usually indicates the
6 * version of X to which this version of xterm has been built.  The number in
7 * parentheses is my patch number (Thomas E. Dickey).
8 */
9#define XTERM_PATCH   235
10
11#ifndef __vendorversion__
12#define __vendorversion__ "XTerm"
13#endif
Note: See TracBrowser for help on using the browser.