blob: 719513615c606fc5bd2a7294a661c47882db0eac (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: version.c,v 1.5 2008/09/19 20:18:03 miod Exp $ */
/*
* 1.5 perform MVME197 busswitch initialization
* 1.4 rewritten crt code, self-relocatable
* 1.3 kernel loaded with loadfile, a.out and ELF formats
* 1.2 rewritten startup code and general cleanup
* 1.1 initial revision
*/
char *version = "1.5";
|