Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# N80=/path/to/N80 make


VERSION := 2.1.3
VERSION := 2.1.4

ifeq ($(strip $(N80)),)
N80=N80
Expand Down
2 changes: 1 addition & 1 deletion source/kernel/kvar.mac
Original file line number Diff line number Diff line change
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,3
const SEC_NEXTOR_VERSION_LOW,4
;===== end mod DOS2.50
;
;
Expand Down
Loading