We should have bumped the bootstrap version after the mdrandom()
changes, shouldn't we?

Index: arch/amd64/stand/boot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/stand/boot/conf.c,v
retrieving revision 1.33
diff -u -p -r1.33 conf.c
--- arch/amd64/stand/boot/conf.c        18 Sep 2015 13:30:56 -0000      1.33
+++ arch/amd64/stand/boot/conf.c        19 Feb 2016 20:52:55 -0000
@@ -41,7 +41,7 @@
 #include <biosdev.h>
 #include <dev/cons.h>
 
-const char version[] = "3.29";
+const char version[] = "3.30";
 int    debug = 1;
 
 
Index: arch/amd64/stand/cdboot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/stand/cdboot/conf.c,v
retrieving revision 1.28
diff -u -p -r1.28 conf.c
--- arch/amd64/stand/cdboot/conf.c      18 Sep 2015 13:30:56 -0000      1.28
+++ arch/amd64/stand/cdboot/conf.c      19 Feb 2016 20:53:02 -0000
@@ -42,7 +42,7 @@
 #include <biosdev.h>
 #include <dev/cons.h>
 
-const char version[] = "3.24";
+const char version[] = "3.25";
 int    debug = 1;
 
 
Index: arch/amd64/stand/efiboot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/stand/efiboot/conf.c,v
retrieving revision 1.2
diff -u -p -r1.2 conf.c
--- arch/amd64/stand/efiboot/conf.c     2 Sep 2015 04:09:24 -0000       1.2
+++ arch/amd64/stand/efiboot/conf.c     19 Feb 2016 20:53:07 -0000
@@ -37,7 +37,7 @@
 #include "efiboot.h"
 #include "efidev.h"
 
-const char version[] = "3.29";
+const char version[] = "3.30";
 
 #ifdef EFI_DEBUG
 int    debug = 0;
Index: arch/amd64/stand/pxeboot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/stand/pxeboot/conf.c,v
retrieving revision 1.32
diff -u -p -r1.32 conf.c
--- arch/amd64/stand/pxeboot/conf.c     18 Sep 2015 13:30:56 -0000      1.32
+++ arch/amd64/stand/pxeboot/conf.c     19 Feb 2016 20:53:12 -0000
@@ -44,7 +44,7 @@
 #include "pxeboot.h"
 #include "pxe_net.h"
 
-const char version[] = "3.24";
+const char version[] = "3.25";
 int    debug = 0;
 
 void (*sa_cleanup)(void) = pxe_shutdown;
Index: arch/i386/stand/boot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/stand/boot/conf.c,v
retrieving revision 1.57
diff -u -p -r1.57 conf.c
--- arch/i386/stand/boot/conf.c 18 Sep 2015 13:30:56 -0000      1.57
+++ arch/i386/stand/boot/conf.c 19 Feb 2016 20:56:14 -0000
@@ -42,7 +42,7 @@
 #include <dev/cons.h>
 #include "debug.h"
 
-const char version[] = "3.27";
+const char version[] = "3.28";
 int    debug = 1;
 
 
Index: arch/i386/stand/cdboot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/stand/cdboot/conf.c,v
retrieving revision 1.26
diff -u -p -r1.26 conf.c
--- arch/i386/stand/cdboot/conf.c       18 Sep 2015 13:30:56 -0000      1.26
+++ arch/i386/stand/cdboot/conf.c       19 Feb 2016 20:56:19 -0000
@@ -43,7 +43,7 @@
 #include <dev/cons.h>
 #include "debug.h"
 
-const char version[] = "3.24";
+const char version[] = "3.25";
 int    debug = 1;
 
 void (*sa_cleanup)(void) = NULL;
Index: arch/i386/stand/pxeboot/conf.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/stand/pxeboot/conf.c,v
retrieving revision 1.31
diff -u -p -r1.31 conf.c
--- arch/i386/stand/pxeboot/conf.c      18 Sep 2015 13:30:56 -0000      1.31
+++ arch/i386/stand/pxeboot/conf.c      19 Feb 2016 20:56:23 -0000
@@ -45,7 +45,7 @@
 #include "pxeboot.h"
 #include "pxe_net.h"
 
-const char version[] = "3.24";
+const char version[] = "3.25";
 int    debug = 1;
 
 void (*sa_cleanup)(void) = pxe_shutdown;
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to