Version 2.0.35 of Tramp released.
[emacs.git] / lisp / net / trampver.el
blob91c4cbb9b5e8b1fe557215bfc3cb4b54ea73e22f
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.
5 ;; Copyright (C) 2003 Free Software Foundation, Inc.
7 ;; Author: Kai.Grossjohann@CS.Uni-Dortmund.DE
8 ;; Keywords: comm, processes
10 ;; This file is part of GNU Emacs.
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.
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.
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
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
27 ;;; Code:
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.
33 (defconst tramp-version "2.0.35"
34 "This version of Tramp.")
36 (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"
37 "Email address to send bug reports to.")
39 (provide 'trampver)
41 ;;; trampver.el ends here