comparison lisp/net/trampver.el @ 68335:118ceefc8263

Sync with Tramp 2.0.52.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 22 Jan 2006 21:59:55 +0000
parents da00cdf6de37
children 067115a6e738 5b7d410e31f9
comparison
equal deleted inserted replaced
68334:def0ffff047f 68335:118ceefc8263
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.51" 33 (defconst tramp-version "2.0.52"
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