comparison lisp/net/trampver.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children d8411455de48
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
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.36" 33 (defconst tramp-version "2.0.39"
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
39 (provide 'trampver) 39 (provide 'trampver)
40 40
41 ;;; arch-tag: 443576ca-f8f1-4bb1-addc-5c70861e93b1
41 ;;; trampver.el ends here 42 ;;; trampver.el ends here