From 3a21bdea901282abadf3d8acc5cf699e1b43c4ca Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Sun, 16 Apr 2023 21:59:38 +0200 Subject: [PATCH] Update kernel version number to 2.1.2 --- source/kernel/Makefile | 2 +- source/kernel/kvar.mac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/kernel/Makefile b/source/kernel/Makefile index 6692ca78..03445ee2 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 fc17e8ba..b2db65d0 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 ; ;