Skip to content

Commit

Permalink
Update kernel version number to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Konamiman committed Apr 16, 2023
1 parent 181d3e0 commit 3a21bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/kernel/Makefile
Expand Up @@ -8,7 +8,7 @@
# N80=/path/to/N80 make


VERSION := 2.1.1
VERSION := 2.1.2

ifeq ($(strip $(N80)),)
N80=N80
Expand Down
2 changes: 1 addition & 1 deletion source/kernel/kvar.mac
Expand Up @@ -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
;
;
Expand Down

0 comments on commit 3a21bde

Please sign in to comment.