diff options
| author | Michael Albinus | 2010-03-14 21:10:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-03-14 21:10:47 +0100 |
| commit | c8215db1b9411470ccc91d53a0aba17665b7cfbc (patch) | |
| tree | 4483562f1897bc2cbeab9e7570e068cccff0de6f /lisp | |
| parent | 9496bea877ecb07efa923a3f95c2106f19d25691 (diff) | |
| download | emacs-c8215db1b9411470ccc91d53a0aba17665b7cfbc.tar.gz emacs-c8215db1b9411470ccc91d53a0aba17665b7cfbc.zip | |
* lisp/net/trampver.el: Update release number.
* doc/misc/trampver.texi: Update release number.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9142650765d..314af821736 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-03-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/trampver.el: Update release number. | ||
| 4 | |||
| 1 | 2010-03-13 Glenn Morris <rgm@gnu.org> | 5 | 2010-03-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el. | 7 | * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el. |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 9444787fc27..c5387a26722 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined | 29 | ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined |
| 30 | ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there. | 30 | ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there. |
| 31 | 31 | ||
| 32 | (defconst tramp-version "2.1.18-pre" | 32 | (defconst tramp-version "2.1.18-23.2" |
| 33 | "This version of Tramp.") | 33 | "This version of Tramp.") |
| 34 | 34 | ||
| 35 | (defconst tramp-bug-report-address "tramp-devel@gnu.org" | 35 | (defconst tramp-bug-report-address "tramp-devel@gnu.org" |