Skip to content

Commit f3e77ba

Browse files
authored
Merge pull request #150 from Konamiman/update/version-numbers-2.1.3
Update version numbers to 2.1.3 and 2.13
2 parents b88d5c1 + 7c9bd21 commit f3e77ba

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ source/tools/data.mac
4949
*.suo
5050
NEXTOR.SYS
5151
NEXTORK.SYS
52+
NEXTOR.SYS.japanese
5253
nextor_base.dat
5354
*.LST
5455

-4.63 KB
Binary file not shown.

source/command/msxdos/ver.mac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
;
1111
;
1212
VERSION EQU 2
13-
RELEASE EQU 1*256+2 ; Version 2.12.
14-
CRYEAR EQU 2021
13+
RELEASE EQU 1*256+3 ; Version 2.12.
14+
CRYEAR EQU 2025
1515
;
1616
GLOBAL VERSION, RELEASE, CRYEAR
1717
;

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.2
11+
VERSION := 2.1.3
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,2
29+
const SEC_NEXTOR_VERSION_LOW,3
3030
;===== end mod DOS2.50
3131
;
3232
;

0 commit comments

Comments
 (0)