]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Jul 2007 16:44:07 +0000 (16:44 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Jul 2007 16:44:07 +0000 (16:44 +0000)
lisp/net/trampver.el
man/ChangeLog

index f7961ee267df698fcef743e3d85d745689ea5373..eff6a2a772d1ec347b55456cd6396b6627f67930 100644 (file)
 ;; "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)
index 82a4aabb7aa8cb0b97125da5dd7cce4eb5841831..451d70327e94496af921888f9b7715fb3e3afc01 100644 (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