From: Michael Albinus Date: Sun, 29 Jun 2025 09:03:05 +0000 (+0200) Subject: Adapt Tramp versions X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b68965b5b9956813594890b64473768b34685e7;p=emacs.git Adapt Tramp versions * doc/misc/trampver.texi: * lisp/net/trampver.el (tramp-version): Adapt Tramp versions. (cherry picked from commit bd04818e53be49f2a087de8a92cb02549f8c2407) --- diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 7e3238d70de..a6e305534aa 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/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.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 diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 1100b349283..65e60c0464a 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -7,7 +7,7 @@ ;; Maintainer: Michael Albinus ;; 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)))