1995-12-23 20:21:23 +03:00
|
|
|
/* $NetBSD: version.c,v 1.28 1995/12/23 17:21:23 perry Exp $ */
|
1993-03-21 21:04:42 +03:00
|
|
|
|
|
|
|
/*
|
1994-01-28 11:21:24 +03:00
|
|
|
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
|
|
|
|
*
|
1995-12-23 20:21:23 +03:00
|
|
|
* 1.27 -> 1.28
|
|
|
|
* fix gets to use real timeout instead of loop and do
|
|
|
|
* a little cleanup, and add some prototypes. A lot more
|
|
|
|
* needs to be done here. (perry)
|
|
|
|
*
|
1995-03-12 03:13:47 +03:00
|
|
|
* 1.26 -> 1.27
|
|
|
|
* size reduction and code cleanup. (mycroft)
|
|
|
|
*
|
1995-01-18 21:10:39 +03:00
|
|
|
* 1.25 -> 1.26
|
|
|
|
* size reduction and code cleanup. (mycroft)
|
|
|
|
*
|
1995-01-16 05:50:32 +03:00
|
|
|
* 1.24 -> 1.25
|
|
|
|
* add support for serial consoles. (mycroft)
|
|
|
|
*
|
1994-10-27 07:14:23 +03:00
|
|
|
* 1.23 -> 1.24
|
|
|
|
* change RCS ID format. NOW NEED TO UPDATE STRING BELOW
|
|
|
|
* BY HAND.
|
|
|
|
*
|
1994-07-27 05:48:29 +04:00
|
|
|
* 1.22 -> 1.23, 1.21.2.2
|
|
|
|
* fix problem with empty symbol tables. (mycroft)
|
|
|
|
*
|
|
|
|
* 1.21 -> 1.22, 1.21.2.1
|
1994-07-22 00:34:13 +04:00
|
|
|
* fix compatibility with pre-4.4 file systems. (mycroft)
|
|
|
|
*
|
1994-06-13 23:15:14 +04:00
|
|
|
* 1.20 -> 1.21
|
|
|
|
* update for 4.4-Lite file system includes and macros (cgd)
|
|
|
|
*
|
1994-05-01 10:46:27 +04:00
|
|
|
* 1.19 -> 1.20
|
|
|
|
* display options in std. format, more changes for size (cgd)
|
|
|
|
*
|
1994-03-30 15:19:12 +04:00
|
|
|
* 1.18 -> 1.19
|
1994-05-01 10:46:27 +04:00
|
|
|
* add a '-r' option, to specify RB_DFLTROOT (cgd)
|
1994-03-30 15:19:12 +04:00
|
|
|
*
|
1994-02-04 19:08:52 +03:00
|
|
|
* 1.17 -> 1.18
|
|
|
|
* removed some more code we don't need for BDB. (mycroft)
|
|
|
|
*
|
1994-02-04 02:22:55 +03:00
|
|
|
* 1.16 -> 1.17
|
|
|
|
* removed with prejudice the extra buffer for xread(), changes
|
|
|
|
* to make the code smaller, and general cleanup. (mycroft)
|
|
|
|
*
|
1994-02-03 10:42:33 +03:00
|
|
|
* 1.15 -> 1.16
|
|
|
|
* reduce BUFSIZE to 4k, because that's fixed the
|
|
|
|
* boot problems, for some. (cgd)
|
|
|
|
*
|
1994-01-28 11:21:24 +03:00
|
|
|
* 1.14 -> 1.15
|
|
|
|
* seperated 'version' out from boot.c (cgd)
|
|
|
|
*
|
|
|
|
* 1.1 -> 1.14
|
|
|
|
* look in boot.c revision logs
|
|
|
|
*/
|
1993-03-21 21:04:42 +03:00
|
|
|
|
1995-12-23 20:21:23 +03:00
|
|
|
char *version = "1.28";
|