# HG changeset patch # User Michael Albinus # Date 1185122647 0 # Node ID b5df514a4be53f555dea4640f6ec84ca07236545 # Parent 25571c49ded1bf53a664babce5eaec0dd41c7002 *** empty log message *** diff -r 25571c49ded1 -r b5df514a4be5 lisp/net/trampver.el --- a/lisp/net/trampver.el Sun Jul 22 16:42:02 2007 +0000 +++ b/lisp/net/trampver.el Sun Jul 22 16:44:07 2007 +0000 @@ -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 -r 25571c49ded1 -r b5df514a4be5 man/ChangeLog --- a/man/ChangeLog Sun Jul 22 16:42:02 2007 +0000 +++ b/man/ChangeLog Sun Jul 22 16:44:07 2007 +0000 @@ -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