diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-09-17 10:03:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-09-17 10:03:18 +0200 |
commit | 3003ac046900f9e7fdaa3161b99dbb1cc8f37b32 (patch) | |
tree | e4fff5674eabd6b013aa48adf1d29209279bb29c /doc | |
parent | 48d39c39e822a792f7c20254c3d9f94aa298be31 (diff) | |
download | emacs-3003ac046900f9e7fdaa3161b99dbb1cc8f37b32.tar.gz emacs-3003ac046900f9e7fdaa3161b99dbb1cc8f37b32.tar.bz2 emacs-3003ac046900f9e7fdaa3161b99dbb1cc8f37b32.zip |
Adapt Tramp version. Do not merge
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.3.3.26.1".
(customize-package-emacs-version-alist): Add Tramp version
integrated in Emacs 26.1.
Diffstat (limited to 'doc')
-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 5d9dcc5635d..5151ed5354c 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.3-pre +@set trampver 2.3.3.26.1 @c Other flags from configuration @set instprefix /usr/local |