~ubuntu-branches/ubuntu/trusty/xterm/trusty-proposed

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-17 10:40:36 UTC
  • mfrom: (1.4.12 upstream) (11.1.26 sid)
  • Revision ID: james.westby@ubuntu.com-20110617104036-id4ml81yetasewp9
Tags: 270-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/patches/950_ubuntu_charclass_highlight.diff: Enabled URL
    highlighting
  - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true by
    default when using uxterm, so that it displays utf8 directories in titles
    properly.  May cause issues with apps that use control sequences for
    updating the xterm titlebar - users should use xterm or set utf8Title
    to false in this case.
  - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $XTermId: version.h,v 1.326 2010/11/24 11:16:32 tom Exp $
 
2
 * $XTermId: version.h,v 1.328 2011/03/19 14:31:41 tom Exp $
3
3
 * ----------------------------------------------------------------------------
4
4
 * this file is part of xterm
5
5
 *
6
 
 * Copyright 1998-2009,2010 by Thomas E. Dickey
 
6
 * Copyright 1998-2010,2011 by Thomas E. Dickey
7
7
 * 
8
8
 *                         All Rights Reserved
9
9
 * 
39
39
 * version of X to which this version of xterm has been built.  The number in
40
40
 * parentheses is my patch number (Thomas E. Dickey).
41
41
 */
42
 
#define XTERM_PATCH   268
 
42
#define XTERM_PATCH   270
43
43
 
44
44
#ifndef __vendorversion__
45
45
#define __vendorversion__ "XTerm"