changeset 21172:f9887487a4a1

Change comment and version numbers.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 05:46:01 +0000
parents 60f6085df198
children e917eb0d4e01
files lisp/emacs-lisp/elp.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/elp.el	Sat Mar 14 04:57:20 1998 +0000
+++ b/lisp/emacs-lisp/elp.el	Sat Mar 14 05:46:01 1998 +0000
@@ -1,12 +1,11 @@
 ;;; elp.el --- Emacs Lisp Profiler
 
-;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1994,1995,1997,1998 Free Software Foundation, Inc.
 
-;; Author:        1994-1997 Barry A. Warsaw
+;; Author:        1994-1998 Barry A. Warsaw
 ;; Maintainer:    tools-help@python.org
 ;; Created:       26-Feb-1994
-;; Version:       3.0
-;; Last Modified: 1997/04/21 17:45:15
+;; Version:       3.2
 ;; Keywords:      debugging lisp tools
 
 ;; This file is part of GNU Emacs.
@@ -191,7 +190,7 @@
 ;; end of user configuration variables
 
 
-(defconst elp-version "3.0"
+(defconst elp-version "3.2"
   "ELP version number.")
 
 (defconst elp-help-address "tools-help@python.org"