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