emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/tramp 6a997f3da9: ; Use version 2.6.2.0


From: ELPA Syncer
Subject: [elpa] externals/tramp 6a997f3da9: ; Use version 2.6.2.0
Date: Sat, 30 Dec 2023 06:58:46 -0500 (EST)

branch: externals/tramp
commit 6a997f3da9da089b0ac0da82c1df70ab82e6e676
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Use version 2.6.2.0
---
 README             | 6 +++---
 texi/trampver.texi | 2 +-
 trampver.el        | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 020cbe929e..1eb217b4d3 100644
--- a/README
+++ b/README
@@ -32,11 +32,11 @@ Emacs 28 or older
 
    • Remove all byte-compiled Tramp files
 
-          $ rm -f ~/.emacs.d/elpa/tramp-2.6.2/tramp*.elc
+          $ rm -f ~/.emacs.d/elpa/tramp-2.6.2.0/tramp*.elc
 
    • Start Emacs with Tramp’s source files
 
-          $ emacs -L ~/.emacs.d/elpa/tramp-2.6.2 -l tramp
+          $ emacs -L ~/.emacs.d/elpa/tramp-2.6.2.0 -l tramp
 
      This should not give you the error.
 
@@ -50,7 +50,7 @@ Mitigation of a bug in Emacs 29.1
 ---------------------------------
 
 Due to a bug in Emacs 29.1, you must apply the following change prior
-installation or upgrading Tramp 2.6.2 from GNU ELPA:
+installation or upgrading Tramp 2.6.2.0 from GNU ELPA:
 
      (when (string-equal emacs-version "29.1")
        (with-current-buffer
diff --git a/texi/trampver.texi b/texi/trampver.texi
index 4c32a492eb..39c0e7d73a 100644
--- a/texi/trampver.texi
+++ b/texi/trampver.texi
@@ -7,7 +7,7 @@
 
 @c In the  Tramp GIT, the version number and the bug report address
 @c are auto-frobbed from configure.ac.
-@set trampver 2.6.2
+@set trampver 2.6.2.0
 @set trampurl https://www.gnu.org/software/tramp/
 @set tramp-bug-report-address tramp-devel@@gnu.org
 @set emacsver 26.1
diff --git a/trampver.el b/trampver.el
index b9db505e9f..91cf6690ff 100644
--- a/trampver.el
+++ b/trampver.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 ;; Package: tramp
-;; Version: 2.6.2
+;; Version: 2.6.2.0
 ;; Package-Requires: ((emacs "26.1"))
 ;; Package-Type: multi
 ;; URL: https://www.gnu.org/software/tramp/
@@ -40,7 +40,7 @@
 ;; ./configure" to change them.
 
 ;;;###tramp-autoload
-(defconst tramp-version "2.6.2"
+(defconst tramp-version "2.6.2.0"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -78,7 +78,7 @@
 ;; Check for Emacs version.
 (let ((x   (if (not (string-version-lessp emacs-version "26.1"))
       "ok"
-    (format "Tramp 2.6.2 is not fit for %s"
+    (format "Tramp 2.6.2.0 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]