1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* lisp/net/trampver.el: Update release number.

* doc/misc/trampver.texi: Update release number.
This commit is contained in:
Michael Albinus 2010-03-14 21:10:47 +01:00
parent 9496bea877
commit c8215db1b9
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-03-14 Michael Albinus <michael.albinus@gmx.de>
* trampver.texi: Update release number.
2010-03-03 Chong Yidong <cyd@stupidchicken.com>
* faq.texi (Escape sequences in shell output): Note that ansi-color is

View File

@ -9,7 +9,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.1.18-pre
@set trampver 2.1.18-23.2
@c Other flags from configuration
@set instprefix /usr/local

View File

@ -1,3 +1,7 @@
2010-03-14 Michael Albinus <michael.albinus@gmx.de>
* net/trampver.el: Update release number.
2010-03-13 Glenn Morris <rgm@gnu.org>
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.

View File

@ -29,7 +29,7 @@
;; "autoconf && ./configure" to change them. (X)Emacs version check is defined
;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
(defconst tramp-version "2.1.18-pre"
(defconst tramp-version "2.1.18-23.2"
"This version of Tramp.")
(defconst tramp-bug-report-address "tramp-devel@gnu.org"