comparison lisp/oobr/br-vers.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 4103f0995bd7
children 4be1180a9e89
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
1 ;;!emacs 1 ;;!emacs
2 ;; 2 ;;
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 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/
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: InfoDock Associates 11 ;; ORG: Motorola, Inc.
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: 21-Feb-97 at 17:07:53 by Bob Weiner 14 ;; LAST-MOD: 2-Nov-95 at 05:54:53 by Bob Weiner
15 ;; 15 ;;
16 ;; Copyright (C) 1995, 1997, Free Software Foundation, Inc. 16 ;; Copyright (C) 1995, 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.10" "The OO-Browser revision number.") 28 (defconst br-version "02.09.12" "The OO-Browser revision number.")
29