]> git.eshelyaron.com Git - emacs.git/commitdiff
Change Tramp version to 2.4.3-pre
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Jul 2019 13:04:55 +0000 (15:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Jul 2019 13:04:55 +0000 (15:04 +0200)
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.4.3-pre".

* lisp/net/tramp.el: Bump version to 2.4.3-pre.

doc/misc/trampver.texi
lisp/net/tramp.el
lisp/net/trampver.el

index 03f9e01ce21859cf8c4d028e8177faa927a99522..c34d28d313725c3342595dd6272ca54308afaf66 100644 (file)
@@ -8,7 +8,7 @@
 @c In the Tramp GIT, the version numbers are auto-frobbed from
 @c tramp.el, and the bug report address is auto-frobbed from
 @c configure.ac.
-@set trampver 2.4.2-pre
+@set trampver 2.4.3-pre
 @set tramp-bug-report-address tramp-devel@@gnu.org
 @set emacsver 24.4
 
index b3a8b93e2a8a82aa01b413885de37b6dd04814d7..717ced80f284249b34c75b18f5e2769c90437acf 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 ;; Package: tramp
-;; Version: 2.4.2
+;; Version: 2.4.3-pre
 ;; Package-Requires: ((emacs "24.4"))
 ;; URL: https://savannah.gnu.org/projects/tramp
 
index 79e2b079858c4aa866e540527968d18531dea197..9fe848dbbe2d8cc4c7a524e678da510b7146edc0 100644 (file)
@@ -31,7 +31,7 @@
 ;; aclocal.m4; should be changed only there.
 
 ;;;###tramp-autoload
-(defconst tramp-version "2.4.2-pre"
+(defconst tramp-version "2.4.3-pre"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -65,7 +65,7 @@
 ;; Check for Emacs version.
 (let ((x   (if (not (string-lessp emacs-version "24.4"))
       "ok"
-    (format "Tramp 2.4.2-pre is not fit for %s"
+    (format "Tramp 2.4.3-pre is not fit for %s"
             (replace-regexp-in-string "\n" "" (emacs-version))))))
   (unless (string-equal "ok" x) (error "%s" x)))