blob: 96a409cad51c41d3def1431a9420ea7e5aa8b7cc (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: version.c,v 1.4 2008/03/31 22:14:43 miod Exp $ */
/*
* 1.4 kernel loaded with loadfile, a.out and ELF formats
* 1.3 rewritten startup code and general cleanup
*/
char *version = "1.4";
|