Mercurial > hg > xemacs-beta
comparison lisp/oobr/br-vers.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
1 ;;!emacs | 1 ;;!emacs |
2 ;; | 2 ;; |
3 ;; 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/ | 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 |
4 ;; | 4 ;; |
5 ;; FILE: br-vers.el | 5 ;; FILE: br-vers.el |
6 ;; SUMMARY: OO-Browser revision number as 'br-version' variable. | 6 ;; SUMMARY: OO-Browser revision number as `br-version' variable. |
7 ;; USAGE: GNU Emacs Lisp Library | 7 ;; USAGE: GNU Emacs Lisp Library |
8 ;; KEYWORDS: oop, tools | 8 ;; KEYWORDS: oop, tools |
9 ;; | 9 ;; |
10 ;; AUTHOR: Bob Weiner | 10 ;; AUTHOR: Bob Weiner |
11 ;; ORG: Motorola, Inc. | 11 ;; ORG: InfoDock Associates |
12 ;; | 12 ;; |
13 ;; ORIG-DATE: 16-Mar-95 at 12:31:05 | 13 ;; ORIG-DATE: 16-Mar-95 at 12:31:05 |
14 ;; LAST-MOD: 2-Nov-95 at 05:54:53 by Bob Weiner | 14 ;; LAST-MOD: 21-Feb-97 at 17:07:53 by Bob Weiner |
15 ;; | 15 ;; |
16 ;; Copyright (C) 1995, Free Software Foundation, Inc. | 16 ;; Copyright (C) 1995, 1997, Free Software Foundation, Inc. |
17 ;; See the file BR-COPY for license information. | 17 ;; See the file BR-COPY for license information. |
18 ;; | 18 ;; |
19 ;; This file is part of the OO-Browser. | 19 ;; This file is part of the OO-Browser. |
20 ;; | 20 ;; |
21 ;; DESCRIPTION: | 21 ;; DESCRIPTION: |
23 | 23 |
24 ;;; ************************************************************************ | 24 ;;; ************************************************************************ |
25 ;;; Public variables | 25 ;;; Public variables |
26 ;;; ************************************************************************ | 26 ;;; ************************************************************************ |
27 | 27 |
28 (defconst br-version "02.09.12" "The OO-Browser revision number.") | 28 (defconst br-version "02.10" "The OO-Browser revision number.") |
29 |