]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump Tramp version to 2.4.1
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 27 Dec 2018 11:24:24 +0000 (12:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 27 Dec 2018 11:24:24 +0000 (12:24 +0100)
* doc/misc/trampver.texi:
* lisp/net/tramp.el:
* lisp/net/trampver.el: Change version to "2.4.1".

doc/misc/trampver.texi
lisp/net/tramp.el
lisp/net/trampver.el

index aac7243446f277a3cbb8f0d2559a268bdd249278..af7b6786a6a5712fadc4de8bd283e86045bc0d8b 100644 (file)
@@ -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.
index 3ec3d608731d8517f9771265bccbe63746533858..c6ec59a4ab5dbb0531d3d457c1cfa1b82aa7bc13 100644 (file)
@@ -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.
index b8684da8cf3766680aeadcb23ca4d97285ebce2a..a59f3c6d745670f4ad30751d5af0d4875f3fa37b 100644 (file)
@@ -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)))