]> code.delx.au - gnu-emacs/blobdiff - lisp/net/trampver.el
* net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
[gnu-emacs] / lisp / net / trampver.el
index 005fbb932a2104e0b43dc33e75f977d1a9a7a131..993fbda6dd7eb6afae6e45dba9737fcab50053f1 100644 (file)
@@ -1,8 +1,7 @@
 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol
 ;;; lisp/trampver.el.  Generated from trampver.el.in by configure.
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-;;   2010 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
 ;; Keywords: comm, processes
@@ -32,7 +31,7 @@
 ;; should be changed only there.
 
 ;;;###tramp-autoload
-(defconst tramp-version "2.2.1-pre"
+(defconst tramp-version "2.2.6-24.3"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -45,7 +44,7 @@
                      (= emacs-major-version 21)
                      (>= emacs-minor-version 4)))
             "ok"
-          (format "Tramp 2.2.1-pre is not fit for %s"
+          (format "Tramp 2.2.6-24.3 is not fit for %s"
                   (when (string-match "^.*$" (emacs-version))
                     (match-string 0 (emacs-version)))))))
   (unless (string-match "\\`ok\\'" x) (error "%s" x)))