diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-06-30 18:38:32 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-06-30 18:38:32 +0200 |
commit | ceedd86ed448b2cd27a5f96297ce7011eb1e0b97 (patch) | |
tree | 4b523bcab12ed963e2a912cb13765a455a9f0b86 /doc/misc/trampver.texi | |
parent | 169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b (diff) | |
download | emacs-ceedd86ed448b2cd27a5f96297ce7011eb1e0b97.tar.gz emacs-ceedd86ed448b2cd27a5f96297ce7011eb1e0b97.tar.bz2 emacs-ceedd86ed448b2cd27a5f96297ce7011eb1e0b97.zip |
Release Tramp 2.3.2
* doc/misc/tramp.texi (Android shell setup): Show default file name.
Structure section.
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.2".
* test/lisp/net/tramp-tests.el (tramp-test-temporary-file-directory):
Offer home directory for mock method if it doesn't exist.
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 f1cb60b9d25..05b577da005 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, 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.3.2-pre +@set trampver 2.3.2 @c Other flags from configuration @set instprefix /usr/local |