blob: fbbe05b707b99e5aa053887dd30ad277928bdcc4 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.10 2013/05/12 08:10:07 miod Exp $ */
/*
* 1.10 lower load address and heap location by 1MB to fit 8MB boards
* 1.9 kernel loaded with loadfile, a.out and ELF formats
*/
char *version = "1.10";
|