Increment version number
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
#include "kernel.h"
|
||||
|
||||
|
||||
#define VERSION_MAJOR 9
|
||||
#define VERSION_MAJOR 10
|
||||
#define VERSION_MINOR 0
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
static char* suboot_version = "1.1";
|
||||
static char* suboot_version = "1.2";
|
||||
|
||||
|
||||
static char* firmwareDriverName = "uefi";
|
||||
|
Reference in New Issue
Block a user