xenocara/app/xterm/version.h
sthen 6b50184426 Update to xterm 248, fixing several bugs including a regression with
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-19 00:03:36 +00:00

14 lines
463 B
C

/* $XTermId: version.h,v 1.303 2009/08/28 10:49:30 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 248
#ifndef __vendorversion__
#define __vendorversion__ "XTerm/OpenBSD"
#endif