From 3c7ee4f39aabaeab09ffe5e1ab5d9ebba22652a6 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 30 Jul 2011 16:57:12 +0200 Subject: [PATCH] Sync with Tramp 2.2.2. * net/trampver.el: Update release number. --- lisp/ChangeLog | 6 ++++++ lisp/net/trampver.el | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5b5abc498a..2f5c0e44550 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-07-30 Michael Albinus + + Sync with Tramp 2.2.2. + + * net/trampver.el: Update release number. + 2011-07-30 Juri Linkov * dired-aux.el (dired-touch-initial): Remove function. diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 7b4c6fd75b1..da51662b216 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -31,7 +31,7 @@ ;; should be changed only there. ;;;###tramp-autoload -(defconst tramp-version "2.2.2-pre" +(defconst tramp-version "2.2.2" "This version of Tramp.") ;;;###tramp-autoload @@ -44,7 +44,7 @@ (= emacs-major-version 21) (>= emacs-minor-version 4))) "ok" - (format "Tramp 2.2.2-pre is not fit for %s" + (format "Tramp 2.2.2 is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version))))))) (unless (string-match "\\`ok\\'" x) (error "%s" x))) -- 2.39.2