We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14e51a3 + db846c4 commit 7310f07Copy full SHA for 7310f07
source/kernel/Makefile
@@ -8,7 +8,7 @@
8
# N80=/path/to/N80 make
9
10
11
-VERSION := 2.1.3
+VERSION := 2.1.4
12
13
ifeq ($(strip $(N80)),)
14
N80=N80
source/kernel/kvar.mac
@@ -26,7 +26,7 @@
26
const SEC_DOS_VERSION_LOW,1 ;Minor version number, low nybble
27
const MAIN_NEXTOR_VERSION,2
28
const SEC_NEXTOR_VERSION_HIGH,1
29
- const SEC_NEXTOR_VERSION_LOW,3
+ const SEC_NEXTOR_VERSION_LOW,4
30
;===== end mod DOS2.50
31
;
32
0 commit comments