]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt Tramp versions
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jun 2025 09:03:05 +0000 (11:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:08:35 +0000 (22:08 +0200)
* doc/misc/trampver.texi:
* lisp/net/trampver.el (tramp-version): Adapt Tramp versions.

(cherry picked from commit bd04818e53be49f2a087de8a92cb02549f8c2407)

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

index 7e3238d70de44133052210c6c89b47263dc5df6d..a6e305534aa5dde0e361f549472831b947568437 100644 (file)
@@ -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.8.0-pre
+@set trampver 2.8.0
 @set trampurl https://www.gnu.org/software/tramp/
 @set tramp-bug-report-address tramp-devel@@gnu.org
 @set emacsver 28.1
index 1100b34928301b58452c594c8ce78a14d2d3a284..65e60c0464aa634c1775b886510f90afeea478ad 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 ;; Package: tramp
-;; Version: 2.8.0-pre
+;; Version: 2.8.0
 ;; Package-Requires: ((emacs "28.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.8.0-pre"
+(defconst tramp-version "2.8.0"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -76,7 +76,7 @@
 ;; Check for Emacs version.
 (let ((x   (if (not (string-version-lessp emacs-version "28.1"))
       "ok"
-    (format "Tramp 2.8.0-pre is not fit for %s"
+    (format "Tramp 2.8.0 is not fit for %s"
             (replace-regexp-in-string "\n" "" (emacs-version))))))
   (unless (string-equal "ok" x) (error "%s" x)))