emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100165: * net/trampver.el: Update


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100165: * net/trampver.el: Update release number.
Date: Fri, 05 Nov 2010 21:52:50 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100165
committer: Michael Albinus <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-11-05 21:52:50 +0100
message:
  * net/trampver.el: Update release number.
  
  This shall not be merged into the trunk.
modified:
  lisp/ChangeLog
  lisp/net/trampver.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-04 19:27:46 +0000
+++ b/lisp/ChangeLog    2010-11-05 20:52:50 +0000
@@ -1,3 +1,7 @@
+2010-11-05  Michael Albinus  <address@hidden>
+
+       * net/trampver.el: Update release number.
+
 2010-08-01  YAMAMOTO Mitsuharu  <address@hidden>
 
        * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the

=== modified file 'lisp/net/trampver.el'
--- a/lisp/net/trampver.el      2010-10-21 06:33:47 +0000
+++ b/lisp/net/trampver.el      2010-11-05 20:52:50 +0000
@@ -30,14 +30,14 @@
 ;; version check is defined in macro AC_EMACS_INFO of aclocal.m4;
 ;; should be changed only there.
 
-(defconst tramp-version "2.1.20-pre"
+(defconst tramp-version "2.1.20"
   "This version of Tramp.")
 
 (defconst tramp-bug-report-address "address@hidden"
   "Email address to send bug reports to.")
 
 ;; Check for (X)Emacs version.
-(let ((x (if (or (>= emacs-major-version 22)   (and (featurep 'xemacs)      (= 
emacs-major-version 21)      (>= emacs-minor-version 4)))    "ok"    (format 
"Tramp 2.1.20-pre is not fit for %s"           (when (string-match "^.*$" 
(emacs-version))       (match-string 0 (emacs-version)))))))
+(let ((x (if (or (>= emacs-major-version 22)   (and (featurep 'xemacs)      (= 
emacs-major-version 21)      (>= emacs-minor-version 4)))    "ok"    (format 
"Tramp 2.1.20 is not fit for %s"       (when (string-match "^.*$" 
(emacs-version))       (match-string 0 (emacs-version)))))))
   (unless (string-match "\\`ok\\'" x) (error "%s" x)))
 
 (provide 'trampver)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]