diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-27 12:24:24 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-27 12:24:24 +0100 |
commit | 13dfe15ef4bc63ce66daffdc502a92aa9be44d92 (patch) | |
tree | ae8ef57b796b4498c388aa8c6198e4dc342e540d | |
parent | 091450811b983a8cdd765c25eb347238d9a4c633 (diff) | |
download | emacs-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".
-rw-r--r-- | doc/misc/trampver.texi | 2 | ||||
-rw-r--r-- | lisp/net/tramp.el | 2 | ||||
-rw-r--r-- | lisp/net/trampver.el | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index aac7243446f..af7b6786a6a 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -7,7 +7,7 @@ @c In the Tramp GIT, the version number is auto-frobbed from tramp.el, @c and the bug report address is auto-frobbed from configure.ac. -@set trampver 2.4.1-pre +@set trampver 2.4.1 @set tramp-bug-report-address tramp-devel@@gnu.org @c Other flags from configuration. diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 3ec3d608731..c6ec59a4ab5 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -7,7 +7,7 @@ ;; Maintainer: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes ;; Package: tramp -;; Version: 2.4.1-pre +;; Version: 2.4.1 ;; Package-Requires: ((emacs "24.1")) ;; This file is part of GNU Emacs. 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))) |