Mercurial > emacs
changeset 107502:c7b77eccd57b
* lisp/net/trampver.el: Update release number.
* doc/misc/trampver.texi: Update release number.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Sun, 14 Mar 2010 21:10:47 +0100 |
parents | 38404a78fb4e |
children | 82e44180c8a6 |
files | doc/misc/ChangeLog doc/misc/trampver.texi lisp/ChangeLog lisp/net/trampver.el |
diffstat | 4 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Sat Mar 13 12:02:01 2010 -0800 +++ b/doc/misc/ChangeLog Sun Mar 14 21:10:47 2010 +0100 @@ -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
--- a/doc/misc/trampver.texi Sat Mar 13 12:02:01 2010 -0800 +++ b/doc/misc/trampver.texi Sun Mar 14 21:10:47 2010 +0100 @@ -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
--- a/lisp/ChangeLog Sat Mar 13 12:02:01 2010 -0800 +++ b/lisp/ChangeLog Sun Mar 14 21:10:47 2010 +0100 @@ -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.
--- a/lisp/net/trampver.el Sat Mar 13 12:02:01 2010 -0800 +++ b/lisp/net/trampver.el Sun Mar 14 21:10:47 2010 +0100 @@ -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"