comparison lisp/net/trampver.el @ 90599:c358d0861b16

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
author Miles Bader <miles@gnu.org>
date Tue, 05 Sep 2006 02:54:22 +0000
parents 72dea2ff0142 7457615d594a
children bc10a33dd40b
comparison
equal deleted inserted replaced
90598:4a8681a3d827 90599:c358d0861b16
28 28
29 ;; In the Tramp CVS repository, the version numer and the bug report address 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 30 ;; are auto-frobbed from configure.ac, so you should edit that file and run
31 ;; "autoconf && ./configure" to change them. 31 ;; "autoconf && ./configure" to change them.
32 32
33 (defconst tramp-version "2.0.53" 33 (defconst tramp-version "2.0.54"
34 "This version of Tramp.") 34 "This version of Tramp.")
35 35
36 (defconst tramp-bug-report-address "tramp-devel@gnu.org" 36 (defconst tramp-bug-report-address "tramp-devel@gnu.org"
37 "Email address to send bug reports to.") 37 "Email address to send bug reports to.")
38 38