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:
parent
9496bea877
commit
c8215db1b9
@ -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>
|
2010-03-03 Chong Yidong <cyd@stupidchicken.com>
|
||||||
|
|
||||||
* faq.texi (Escape sequences in shell output): Note that ansi-color is
|
* faq.texi (Escape sequences in shell output): Note that ansi-color is
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
@c In the Tramp CVS, the version number is auto-frobbed from
|
@c In the Tramp CVS, the version number is auto-frobbed from
|
||||||
@c configure.ac, so you should edit that file and run
|
@c configure.ac, so you should edit that file and run
|
||||||
@c "autoconf && ./configure" to change the version number.
|
@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
|
@c Other flags from configuration
|
||||||
@set instprefix /usr/local
|
@set instprefix /usr/local
|
||||||
|
@ -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>
|
2010-03-13 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
|
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
;; "autoconf && ./configure" to change them. (X)Emacs version check is defined
|
;; "autoconf && ./configure" to change them. (X)Emacs version check is defined
|
||||||
;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
|
;; 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.")
|
"This version of Tramp.")
|
||||||
|
|
||||||
(defconst tramp-bug-report-address "tramp-devel@gnu.org"
|
(defconst tramp-bug-report-address "tramp-devel@gnu.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user