Increment version number

This commit is contained in:
2020-11-05 14:19:31 +01:00
parent cf936e5df5
commit 16b4aec74b
2 changed files with 2 additions and 2 deletions
s2boot
sUboot

@ -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";