diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2003-04-08 20:06:12 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2003-04-08 20:06:12 +0000 |
commit | 83bbd71b252072c6b61d98c70f126c71876ae6cb (patch) | |
tree | f9070eaffbbb26076e1a5b96ad0d3990e21ed785 /lisp/net/trampver.el | |
parent | 4773b8ca2017459333c099838aef1635c4e32fa6 (diff) | |
download | emacs-83bbd71b252072c6b61d98c70f126c71876ae6cb.tar.gz |
Version 2.0.33 released.
Change coding cookie to `iso-2022-7bit' for XEmacs
compatibility. (From Steve Youngs <youngs@xemacs.org>.)
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r-- | lisp/net/trampver.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 48d8123a9dd..7a9f957cec4 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -30,7 +30,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.31" +(defconst tramp-version "2.0.33" "This version of Tramp.") (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org" |