diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2014-02-16 18:23:00 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2014-02-16 18:23:00 +0100 |
commit | dd7691b7f3d6149778a6d153288bc6c911a8cfc7 (patch) | |
tree | 84bc01858b849645dd928c2e7bc07ca0105df6e7 /doc/misc/trampver.texi | |
parent | d34a353cfd51b01d00a9036240fb607bc502b8dc (diff) | |
download | emacs-dd7691b7f3d6149778a6d153288bc6c911a8cfc7.tar.gz emacs-dd7691b7f3d6149778a6d153288bc6c911a8cfc7.tar.bz2 emacs-dd7691b7f3d6149778a6d153288bc6c911a8cfc7.zip |
Sync with Tramp 2.2.9.
* doc/misc/trampver.texi: Update release number.
* lisp/net/trampver.el: Update release number.
* test/automated/tramp-tests.el (password-cache-expiry): Set to nil.
(tramp-test28-shell-command): Make a while loop when waiting for
process exit.
Diffstat (limited to 'doc/misc/trampver.texi')
-rw-r--r-- | doc/misc/trampver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index fe91fc893fc..ece9e5fc2a4 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp CVS, the version number is auto-frobbed from @c configure.ac, so you should edit that file and run @c "autoconf && ./configure" to change the version number. -@set trampver 2.2.9-pre +@set trampver 2.2.9 @c Other flags from configuration @set instprefix /usr/local |