From: Michael Albinus Date: Fri, 3 Jan 2020 12:18:52 +0000 (+0100) Subject: Change Tramp version to 2.4.3.27.1 X-Git-Tag: emacs-27.0.90~219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d82f5a44e;p=emacs.git Change Tramp version to 2.4.3.27.1 * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.4.3.27.1". (customize-package-emacs-version-alist): Add Tramp version integrated in Emacs 27.1. --- diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 6ee69117387..478ec7037a8 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version numbers are auto-frobbed from @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. -@set trampver 2.4.3 +@set trampver 2.4.3.27.1 @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 24.4 diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index e5f628d8537..dacdd44102f 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -39,7 +39,7 @@ (defvar inhibit-message) ;;;###tramp-autoload -(defconst tramp-version "2.4.3" +(defconst tramp-version "2.4.3.27.1" "This version of Tramp.") ;;;###tramp-autoload @@ -73,7 +73,7 @@ ;; Check for Emacs version. (let ((x (if (not (string-lessp emacs-version "24.4")) "ok" - (format "Tramp 2.4.3 is not fit for %s" + (format "Tramp 2.4.3.27.1 is not fit for %s" (replace-regexp-in-string "\n" "" (emacs-version)))))) (unless (string-equal "ok" x) (error "%s" x))) @@ -92,7 +92,8 @@ ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") ("2.2.13.25.2" . "25.3") ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2") - ("2.3.5.26.3" . "26.3"))) + ("2.3.5.26.3" . "26.3") + ("2.4.3.27.1" . "27.1"))) (add-hook 'tramp-unload-hook (lambda ()