From bbd281458d4bb924fb0ad231d228e2bdd50d1120 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 22 Jul 2007 16:44:07 +0000 Subject: [PATCH] *** empty log message *** --- lisp/net/trampver.el | 4 ++-- man/ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index f7961ee267d..eff6a2a772d 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -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) diff --git a/man/ChangeLog b/man/ChangeLog index 82a4aabb7aa..451d70327e9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 * vc2-xtra.texi (Customizing VC) : Update the -- 2.39.2