diff options
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r-- | lisp/net/trampver.el | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index d6b582edf87..30e5ba8151b 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -7,6 +7,10 @@ ;; Maintainer: Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes ;; Package: tramp +;; Version: 2.5.0-pre +;; Package-Requires: ((emacs "25.1")) +;; Package-Type: multi +;; URL: https://www.gnu.org/software/tramp/ ;; This file is part of GNU Emacs. @@ -30,10 +34,10 @@ ;;; Code: -;; In the Tramp GIT, the version number is auto-frobbed from tramp.el, -;; and the bug report address is auto-frobbed from configure.ac. -;; Emacs version check is defined in macro AC_EMACS_INFO of -;; aclocal.m4; should be changed only there. +;; In the Tramp GIT repository, the version number, the bug report +;; address and the required Emacs version are auto-frobbed from +;; configure.ac, so you should edit that file and run "autoconf && +;; ./configure" to change them. ;;;###tramp-autoload (defconst tramp-version "2.5.0-pre" |