comparison lisp/net/trampver.el @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 8a5cc747eb9f
children
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
1 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol 1 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol
2 ;;; -*- mode: Emacs-Lisp; coding: utf-8; -*- 2 ;;; -*- mode: Emacs-Lisp; coding: utf-8; -*-
3 ;;; lisp/trampver.el. Generated from trampver.el.in by configure. 3 ;;; lisp/trampver.el. Generated from trampver.el.in by configure.
4 4
5 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
6 ;; 2008 Free Software Foundation, Inc.
6 7
7 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> 8 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
8 ;; Keywords: comm, processes 9 ;; Keywords: comm, processes
9 10
10 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
28 ;; In the Tramp CVS repository, the version numer and the bug report address 29 ;; In the Tramp CVS repository, the version numer and the bug report address
29 ;; are auto-frobbed from configure.ac, so you should edit that file and run 30 ;; are auto-frobbed from configure.ac, so you should edit that file and run
30 ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined 31 ;; "autoconf && ./configure" to change them. (X)Emacs version check is defined
31 ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there. 32 ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
32 33
33 (defconst tramp-version "2.1.12" 34 (defconst tramp-version "2.1.13-pre"
34 "This version of Tramp.") 35 "This version of Tramp.")
35 36
36 (defconst tramp-bug-report-address "tramp-devel@gnu.org" 37 (defconst tramp-bug-report-address "tramp-devel@gnu.org"
37 "Email address to send bug reports to.") 38 "Email address to send bug reports to.")
38 39
39 ;; Check for (X)Emacs version. 40 ;; Check for (X)Emacs version.
40 (let ((x (if (or (< emacs-major-version 21) (and (featurep 'xemacs) (< emacs-minor-version 4))) (format "Tramp 2.1.12 is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version)))) "ok"))) 41 (let ((x (if (or (< emacs-major-version 21) (and (featurep 'xemacs) (< emacs-minor-version 4))) (format "Tramp 2.1.13-pre is not fit for %s" (when (string-match "^.*$" (emacs-version)) (match-string 0 (emacs-version)))) "ok")))
41 (unless (string-match "\\`ok\\'" x) (error "%s" x))) 42 (unless (string-match "\\`ok\\'" x) (error "%s" x)))
42 43
43 (provide 'trampver) 44 (provide 'trampver)
44 45
45 ;;; arch-tag: 443576ca-f8f1-4bb1-addc-5c70861e93b1 46 ;;; arch-tag: 443576ca-f8f1-4bb1-addc-5c70861e93b1