diff options
| author | Michael Albinus | 2007-07-22 16:44:07 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-22 16:44:07 +0000 |
| commit | bbd281458d4bb924fb0ad231d228e2bdd50d1120 (patch) | |
| tree | b443f366544b337195117945b96d66f592f3dfa4 | |
| parent | 439e574bdc78518a415af4fecb65e41334205dbc (diff) | |
| download | emacs-bbd281458d4bb924fb0ad231d228e2bdd50d1120.tar.gz emacs-bbd281458d4bb924fb0ad231d228e2bdd50d1120.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/net/trampver.el | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 30 | ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined | 30 | ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined |
| 31 | ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there. | 31 | ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there. |
| 32 | 32 | ||
| 33 | (defconst tramp-version "2.1.10-pre" | 33 | (defconst tramp-version "2.1.10" |
| 34 | "This version of Tramp.") | 34 | "This version of Tramp.") |
| 35 | 35 | ||
| 36 | (defconst tramp-bug-report-address "tramp-devel@gnu.org" | 36 | (defconst tramp-bug-report-address "tramp-devel@gnu.org" |
| 37 | "Email address to send bug reports to.") | 37 | "Email address to send bug reports to.") |
| 38 | 38 | ||
| 39 | ;; Check for (X)Emacs version. | 39 | ;; Check for (X)Emacs version. |
| 40 | (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"))) | 40 | (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"))) |
| 41 | (unless (string-match "\\`ok\\'" x) (error x))) | 41 | (unless (string-match "\\`ok\\'" x) (error x))) |
| 42 | 42 | ||
| 43 | (provide 'trampver) | 43 | (provide 'trampver) |
diff --git a/man/ChangeLog b/man/ChangeLog index 82a4aabb7aa..451d70327e9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | identification in the modeline. Add bbdb to approaches shortening Tramp | 10 | identification in the modeline. Add bbdb to approaches shortening Tramp |
| 11 | file names to be typed. | 11 | file names to be typed. |
| 12 | 12 | ||
| 13 | * trampver.texi: Update release number. | ||
| 14 | |||
| 13 | 2007-07-21 Eli Zaretskii <eliz@gnu.org> | 15 | 2007-07-21 Eli Zaretskii <eliz@gnu.org> |
| 14 | 16 | ||
| 15 | * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the | 17 | * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the |