diff options
Diffstat (limited to 'sys/arch/hp300/stand/version.c')
-rw-r--r-- | sys/arch/hp300/stand/version.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/hp300/stand/version.c b/sys/arch/hp300/stand/version.c new file mode 100644 index 00000000000..afb4723d69b --- /dev/null +++ b/sys/arch/hp300/stand/version.c @@ -0,0 +1,12 @@ +/* $OpenBSD: version.c,v 1.1 1997/04/16 12:38:23 downsj Exp $ */ + +/* + * Record major changes in the boot code here, and increment the version + * number. + */ + +/* + * 2.0 INITIAL REVISION + */ + +const char version[] = "2.0"; |