Mercurial > emacs
changeset 82024:b5df514a4be5
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 22 Jul 2007 16:44:07 +0000 |
parents | 25571c49ded1 |
children | 75a66d77291f |
files | lisp/net/trampver.el man/ChangeLog |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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 <eliz@gnu.org> * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the