diff --git a/source/kernel/Makefile b/source/kernel/Makefile index 4822340..bd2a8e5 100644 --- a/source/kernel/Makefile +++ b/source/kernel/Makefile @@ -8,7 +8,7 @@ # N80=/path/to/N80 make -VERSION := 2.1.1 +VERSION := 2.1.2 ifeq ($(strip $(N80)),) N80=N80 diff --git a/source/kernel/kvar.mac b/source/kernel/kvar.mac index fc17e8b..b2db65d 100644 --- a/source/kernel/kvar.mac +++ b/source/kernel/kvar.mac @@ -26,7 +26,7 @@ const SEC_DOS_VERSION_LOW,1 ;Minor version number, low nybble const MAIN_NEXTOR_VERSION,2 const SEC_NEXTOR_VERSION_HIGH,1 - const SEC_NEXTOR_VERSION_LOW,1 + const SEC_NEXTOR_VERSION_LOW,2 ;===== end mod DOS2.50 ; ;