diff options
Diffstat (limited to 'sys/arch/vax/boot/boot/boot.c')
-rw-r--r-- | sys/arch/vax/boot/boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/boot/boot/boot.c b/sys/arch/vax/boot/boot/boot.c index e53f54027c6..afc082b5bd3 100644 --- a/sys/arch/vax/boot/boot/boot.c +++ b/sys/arch/vax/boot/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.15 2006/08/24 20:29:38 miod Exp $ */ +/* $OpenBSD: boot.c,v 1.16 2006/08/30 20:02:13 miod Exp $ */ /* $NetBSD: boot.c,v 1.18 2002/05/31 15:58:26 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -111,7 +111,7 @@ Xmain(void) transition = ' '; askname = bootrpb.rpb_bootr5 & RB_ASKNAME; - printf("\n\r>> OpenBSD/vax boot [%s] [%s] <<\n", "1.11", __DATE__); + printf("\n\r>> OpenBSD/vax boot [%s] [%s] <<\n", "1.12", __DATE__); printf(">> Press enter to autoboot now, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; |