diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2005-10-08 14:53:17 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2005-10-08 14:53:17 +0000 |
commit | 119481721087321fd1e2a5dc7e6b7f53f5db2735 (patch) | |
tree | 152872e32fd20d93b4d9c3eb2e0828402f9cdb39 /lisp/net/trampver.el | |
parent | b02afb20fb5c8437e65ecc488447e4c4137addc4 (diff) | |
download | emacs-119481721087321fd1e2a5dc7e6b7f53f5db2735.tar.gz |
Sync with Tramp 2.0.51.
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r-- | lisp/net/trampver.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 2ba9f7b3249..650f1a727a7 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -30,7 +30,7 @@ ;; are auto-frobbed from configure.ac, so you should edit that file and run ;; "autoconf && ./configure" to change them. -(defconst tramp-version "2.0.50" +(defconst tramp-version "2.0.51" "This version of Tramp.") (defconst tramp-bug-report-address "tramp-devel@gnu.org" |