emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/tramp-thread-safe 162353c: Change Tramp version to


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe 162353c: Change Tramp version to 2.4.1-pre
Date: Fri, 17 Aug 2018 08:35:56 -0400 (EDT)

branch: feature/tramp-thread-safe
commit 162353c45cf7ae8c5626a5062c247a793e30e7d0
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Change Tramp version to 2.4.1-pre
    
    * doc/misc/trampver.texi:
    * lisp/net/trampver.el: Change version to "2.4.1-pre".
---
 doc/misc/trampver.texi | 2 +-
 lisp/net/trampver.el   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 6d02b04..807330b 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
 @c In the Tramp GIT, the version number is auto-frobbed from
 @c configure.ac, so you should edit that file and run
 @c "autoconf && ./configure" to change the version number.
address@hidden trampver 2.4.0
address@hidden trampver 2.4.1-pre
 
 @c Other flags from configuration
 @set instprefix /usr/local
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index 9bc8768..2bccdf0 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Michael Albinus <address@hidden>
 ;; Keywords: comm, processes
 ;; Package: tramp
-;; Version: 2.4.0
+;; Version: 2.4.1-pre
 
 ;; This file is part of GNU Emacs.
 
@@ -33,7 +33,7 @@
 ;; should be changed only there.
 
 ;;;###tramp-autoload
-(defconst tramp-version "2.4.0"
+(defconst tramp-version "2.4.1-pre"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -55,7 +55,7 @@
 ;; Check for Emacs version.
 (let ((x (if (>= emacs-major-version 24)
     "ok"
-  (format "Tramp 2.4.0 is not fit for %s"
+  (format "Tramp 2.4.1-pre is not fit for %s"
          (replace-regexp-in-string "\n" "" (emacs-version))))))
   (unless (string-equal "ok" x) (error "%s" x)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]