1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

*** empty log message ***

This commit is contained in:
Michael Albinus 2007-07-22 16:44:07 +00:00
parent 439e574bdc
commit bbd281458d
2 changed files with 4 additions and 2 deletions

View File

@ -30,14 +30,14 @@
;; "autoconf && ./configure" to change them. (X)Emacs version check is defined
;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
(defconst tramp-version "2.1.10-pre"
(defconst tramp-version "2.1.10"
"This version of Tramp.")
(defconst tramp-bug-report-address "tramp-devel@gnu.org"
"Email address to send bug reports to.")
;; Check for (X)Emacs version.
(let ((x (if (or (< emacs-major-version 21) (and (featurep 'xemacs) (< emacs-minor-version 4))) (format "Tramp 2.1.10-pre is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version)))) "ok")))
(let ((x (if (or (< emacs-major-version 21) (and (featurep 'xemacs) (< emacs-minor-version 4))) (format "Tramp 2.1.10 is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version)))) "ok")))
(unless (string-match "\\`ok\\'" x) (error x)))
(provide 'trampver)

View File

@ -10,6 +10,8 @@
identification in the modeline. Add bbdb to approaches shortening Tramp
file names to be typed.
* trampver.texi: Update release number.
2007-07-21 Eli Zaretskii <eliz@gnu.org>
* vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the