Mercurial > hg > xemacs-beta
diff lisp/oobr/br-vers.el @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 4103f0995bd7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/oobr/br-vers.el Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,28 @@ +;;!emacs +;; +;; LCD-ENTRY: oo-browser|Bob Weiner|oo-browser@hub.ucsb.edu|Multi-Language Object-oriented Browser|02-Nov-95|2.9.11|ftp.cs.uiuc.edu:/pub/xemacs/infodock/ +;; +;; FILE: br-vers.el +;; SUMMARY: OO-Browser revision number as 'br-version' variable. +;; USAGE: GNU Emacs Lisp Library +;; KEYWORDS: oop, tools +;; +;; AUTHOR: Bob Weiner +;; ORG: Motorola, Inc. +;; +;; ORIG-DATE: 16-Mar-95 at 12:31:05 +;; LAST-MOD: 2-Nov-95 at 05:54:53 by Bob Weiner +;; +;; Copyright (C) 1995, Free Software Foundation, Inc. +;; See the file BR-COPY for license information. +;; +;; This file is part of the OO-Browser. +;; +;; DESCRIPTION: +;; DESCRIP-END. + +;;; ************************************************************************ +;;; Public variables +;;; ************************************************************************ + +(defconst br-version "02.09.12" "The OO-Browser revision number.")