diff options
Diffstat (limited to 'lisp/net/trampver.el')
| -rw-r--r-- | lisp/net/trampver.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 6e379446bf0..39a80ce4c36 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: Michael Albinus <michael.albinus@gmx.de> | 7 | ;; Maintainer: Michael Albinus <michael.albinus@gmx.de> |
| 8 | ;; Keywords: comm, processes | 8 | ;; Keywords: comm, processes |
| 9 | ;; Package: tramp | 9 | ;; Package: tramp |
| 10 | ;; Version: 2.5.4-pre | 10 | ;; Version: 2.5.4 |
| 11 | ;; Package-Requires: ((emacs "25.1")) | 11 | ;; Package-Requires: ((emacs "25.1")) |
| 12 | ;; Package-Type: multi | 12 | ;; Package-Type: multi |
| 13 | ;; URL: https://www.gnu.org/software/tramp/ | 13 | ;; URL: https://www.gnu.org/software/tramp/ |
| @@ -40,7 +40,7 @@ | |||
| 40 | ;; ./configure" to change them. | 40 | ;; ./configure" to change them. |
| 41 | 41 | ||
| 42 | ;;;###tramp-autoload | 42 | ;;;###tramp-autoload |
| 43 | (defconst tramp-version "2.5.4-pre" | 43 | (defconst tramp-version "2.5.4" |
| 44 | "This version of Tramp.") | 44 | "This version of Tramp.") |
| 45 | 45 | ||
| 46 | ;;;###tramp-autoload | 46 | ;;;###tramp-autoload |
| @@ -78,7 +78,7 @@ | |||
| 78 | ;; Check for Emacs version. | 78 | ;; Check for Emacs version. |
| 79 | (let ((x (if (not (string-lessp emacs-version "25.1")) | 79 | (let ((x (if (not (string-lessp emacs-version "25.1")) |
| 80 | "ok" | 80 | "ok" |
| 81 | (format "Tramp 2.5.4-pre is not fit for %s" | 81 | (format "Tramp 2.5.4 is not fit for %s" |
| 82 | (replace-regexp-in-string "\n" "" (emacs-version)))))) | 82 | (replace-regexp-in-string "\n" "" (emacs-version)))))) |
| 83 | (unless (string-equal "ok" x) (error "%s" x))) | 83 | (unless (string-equal "ok" x) (error "%s" x))) |
| 84 | 84 | ||
| @@ -104,7 +104,7 @@ | |||
| 104 | ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2") | 104 | ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2") |
| 105 | ("2.3.5.26.3" . "26.3") | 105 | ("2.3.5.26.3" . "26.3") |
| 106 | ("2.4.3.27.1" . "27.1") ("2.4.5.27.2" . "27.2") | 106 | ("2.4.3.27.1" . "27.1") ("2.4.5.27.2" . "27.2") |
| 107 | ("2.5.2.28.1" . "28.1") ("2.5.3.28.2" . "28.2"))) | 107 | ("2.5.2.28.1" . "28.1") ("2.5.3.28.2" . "28.2") ("2.5.4" . "28.3"))) |
| 108 | 108 | ||
| 109 | (add-hook 'tramp-unload-hook | 109 | (add-hook 'tramp-unload-hook |
| 110 | (lambda () | 110 | (lambda () |