0
|
1 ;;!emacs
|
|
2 ;;
|
100
|
3 ;; LCD-ENTRY: oo-browser|Bob Weiner|oo-browser@infodock.com|Multi-Language Object-oriented Browser|21-Feb-97|2.10|ftp://ftp.xemacs.org/pub/infodock
|
0
|
4 ;;
|
|
5 ;; FILE: br-vers.el
|
100
|
6 ;; SUMMARY: OO-Browser revision number as `br-version' variable.
|
0
|
7 ;; USAGE: GNU Emacs Lisp Library
|
|
8 ;; KEYWORDS: oop, tools
|
|
9 ;;
|
|
10 ;; AUTHOR: Bob Weiner
|
100
|
11 ;; ORG: InfoDock Associates
|
0
|
12 ;;
|
|
13 ;; ORIG-DATE: 16-Mar-95 at 12:31:05
|
100
|
14 ;; LAST-MOD: 21-Feb-97 at 17:07:53 by Bob Weiner
|
0
|
15 ;;
|
100
|
16 ;; Copyright (C) 1995, 1997, Free Software Foundation, Inc.
|
0
|
17 ;; See the file BR-COPY for license information.
|
|
18 ;;
|
|
19 ;; This file is part of the OO-Browser.
|
|
20 ;;
|
|
21 ;; DESCRIPTION:
|
|
22 ;; DESCRIP-END.
|
|
23
|
|
24 ;;; ************************************************************************
|
|
25 ;;; Public variables
|
|
26 ;;; ************************************************************************
|
|
27
|
100
|
28 (defconst br-version "02.10" "The OO-Browser revision number.")
|
|
29
|