summaryrefslogtreecommitdiff
path: root/lisp/net/trampver.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-01-03 13:18:52 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-01-03 13:18:52 +0100
commit2d82f5a44e5c7a34035eae10d30e398aed914bbf (patch)
tree1eae0daba46a4db07e561c53f329dacbdaf1b9da /lisp/net/trampver.el
parent09b65707cc7c4b401c7a4fb817749355b781da1a (diff)
downloademacs-2d82f5a44e5c7a34035eae10d30e398aed914bbf.tar.gz
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.
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r--lisp/net/trampver.el7
1 files changed, 4 insertions, 3 deletions
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 ()