comparison lisp/net/trampver.el @ 57463:40298ea4d83f

Sync with Tramp 2.0.45.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 12 Oct 2004 21:02:43 +0000
parents 0cee455027ed
children 1fbbe0bcfaac ff0e824afa37
comparison
equal deleted inserted replaced
57462:c6d72c23a106 57463:40298ea4d83f
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.44" 33 (defconst tramp-version "2.0.45"
34 "This version of Tramp.") 34 "This version of Tramp.")
35 35
36 (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org" 36 (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"
37 "Email address to send bug reports to.") 37 "Email address to send bug reports to.")
38 38