(eudc-expand-inline): If the `eudc-multiple-match-handling-method' is
[bpt/emacs.git] / lisp / net / trampver.el
CommitLineData
b1a2b924
KG
1;;; -*- mode: Emacs-Lisp; coding: iso-8859-1; -*-
2;;; trampver.el --- Transparent Remote Access, Multiple Protocol
3;;; lisp/trampver.el. Generated from trampver.el.in by configure.
4
5fd6d89f 5;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
b1a2b924 6
d2a2c17f 7;; Author: Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
b1a2b924
KG
8;; Keywords: comm, processes
9
10;; This file is part of GNU Emacs.
11
12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option)
15;; any later version.
16
17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs; see the file COPYING. If not, write to the
3a35cf56
LK
24;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25;; Boston, MA 02110-1301, USA.
b1a2b924
KG
26
27;;; Code:
28
29;; In the Tramp CVS repository, the version numer and the bug report address
30;; are auto-frobbed from configure.ac, so you should edit that file and run
31;; "autoconf && ./configure" to change them.
32
11948172 33(defconst tramp-version "2.0.51"
b1a2b924
KG
34 "This version of Tramp.")
35
340b8d4f 36(defconst tramp-bug-report-address "tramp-devel@gnu.org"
b1a2b924
KG
37 "Email address to send bug reports to.")
38
39(provide 'trampver)
40
ab5796a9 41;;; arch-tag: 443576ca-f8f1-4bb1-addc-5c70861e93b1
b1a2b924 42;;; trampver.el ends here