/* -*-C-*- ******************************************************************************* * * File: version.h * RCS: $Header: version.h,v 1.15 95/08/09 16:48:48 chip Exp $ * Description: Release version of program * Author: Chip Chapin * Created: Wed Dec 23 13:22:31 1992 * Modified: Wed Jan 6 12:02:05 1993 (Chip Chapin) chip@hpclbis * Language: C * Package: Bible Retrieval System * Status: Experimental (Do Not Distribute) * * $Log: version.h,v $ * Revision 1.15 95/08/09 16:48:48 16:48:48 chip (Chip Chapin) * Release 4.03. Consolidate some changes made over the last year or so. * * Revision 1.14 94/07/13 11:57:56 11:57:56 chip (Chip Chapin) * Release 4.02: Avoid passing literal string to brl_printverse(). * * Revision 1.13 94/04/12 17:38:52 17:38:52 chip (Chip Chapin) * Release 4.01: Fix singleton refs in concordance access routine. * * Revision 1.12 93/04/26 11:18:28 11:18:28 chip (Chip Chapin) * Release 4.00 * Public release of portable datafile version. * * Revision 1.11 93/01/07 12:18:10 12:18:10 chip (Chip Chapin) * Release 3.01: Greatly improved compression of concordance data file. * * Revision 1.10 93/01/05 19:07:25 19:07:25 chip (Chip Chapin) * Release 3.00: (not for distribution) * Fixed errors (blank lines) in bible.data file. Data file is not compatible * with previous (1.x and 2.x) distributions. Further changes pending. * Rewrote context handling, and added "<" and ">" commands. * Tools for building brl-index are now part of release. * * Revision 1.9 93/01/05 11:31:56 11:31:56 chip (Chip Chapin) * Release 2.2c: Minor tweaks. * * Revision 1.8 93/01/05 11:19:19 11:19:19 chip (Chip Chapin) * Release 2.2b: Another cmd fix. * * Revision 1.7 93/01/05 11:02:26 11:02:26 chip (Chip Chapin) * Release 2.2a: Fix command bug. * * Revision 1.6 93/01/05 10:49:11 10:49:11 chip (Chip Chapin) * Release 2.2, Added ?w command and line formatting to ?l output. * * Revision 1.5 93/01/04 16:21:05 16:21:05 chip (Chip Chapin) * Release 2.1, implements ?in and ?or commands. * * Revision 1.4 92/12/24 11:38:02 11:38:02 chip (Chip Chapin) * Minor release 2.04a, fixes certain compile warnings. * * Revision 1.3 92/12/24 11:09:21 11:09:21 chip (Chip Chapin) * Release 2.04. Include verse ref in prompt line. * * Revision 1.2 92/12/23 16:03:12 16:03:12 chip (Chip Chapin) * Minor release v2.03a to include Chris Eich's makeconc.pl, & new Makefile. * * Revision 1.1 92/12/23 14:10:51 14:10:51 chip (Chip Chapin) * Initial revision * * ******************************************************************************* */ static char release_version[]="BRS Release 4.03, $Date: 95/08/09 16:48:48 $";