summaryrefslogtreecommitdiff
path: root/lisp/net/trampver.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-12-27 12:24:24 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-12-27 12:24:24 +0100
commit13dfe15ef4bc63ce66daffdc502a92aa9be44d92 (patch)
treeae8ef57b796b4498c388aa8c6198e4dc342e540d /lisp/net/trampver.el
parent091450811b983a8cdd765c25eb347238d9a4c633 (diff)
downloademacs-13dfe15ef4bc63ce66daffdc502a92aa9be44d92.tar.gz
Bump Tramp version to 2.4.1
* doc/misc/trampver.texi: * lisp/net/tramp.el: * lisp/net/trampver.el: Change version to "2.4.1".
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r--lisp/net/trampver.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index b8684da8cf3..a59f3c6d745 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -31,7 +31,7 @@
;; aclocal.m4; should be changed only there.
;;;###tramp-autoload
-(defconst tramp-version "2.4.1-pre"
+(defconst tramp-version "2.4.1"
"This version of Tramp.")
;;;###tramp-autoload
@@ -65,7 +65,7 @@
;; Check for Emacs version.
(let ((x (if (not (string-lessp emacs-version "24.1"))
"ok"
- (format "Tramp 2.4.1-pre is not fit for %s"
+ (format "Tramp 2.4.1 is not fit for %s"
(replace-regexp-in-string "\n" "" (emacs-version))))))
(unless (string-equal "ok" x) (error "%s" x)))