* net/trampver.el: Update release number.

This commit is contained in:
Michael Albinus 2008-04-09 20:19:14 +00:00
parent 9116dfe647
commit be3fd538a4
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2008-04-09 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-find-file-name-coding-system-alist): New
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.
* net/trampver.el: Update release number.
2008-04-09 Alan Mackenzie <acm@muc.de>
* font-lock.el (font-lock-extend-after-change-region-function):

View file

@ -31,7 +31,7 @@
;; are auto-frobbed from configure.ac, so you should edit that file and run
;; "autoconf && ./configure" to change them.
(defconst tramp-version "2.0.57"
(defconst tramp-version "2.0.58-pre"
"This version of Tramp.")
(defconst tramp-bug-report-address "tramp-devel@gnu.org"