Skip to content

Commit 7310f07

Browse files
authored
Merge pull request #162 from Konamiman/update/version-numbers-2.1.4
Update kernel version number to 2.1.4
2 parents 14e51a3 + db846c4 commit 7310f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# N80=/path/to/N80 make
99

1010

11-
VERSION := 2.1.3
11+
VERSION := 2.1.4
1212

1313
ifeq ($(strip $(N80)),)
1414
N80=N80

source/kernel/kvar.mac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
const SEC_DOS_VERSION_LOW,1 ;Minor version number, low nybble
2727
const MAIN_NEXTOR_VERSION,2
2828
const SEC_NEXTOR_VERSION_HIGH,1
29-
const SEC_NEXTOR_VERSION_LOW,3
29+
const SEC_NEXTOR_VERSION_LOW,4
3030
;===== end mod DOS2.50
3131
;
3232
;

0 commit comments

Comments
 (0)