Closed blue-devil closed 2 years ago
We forgot to change this line in RadASMI.inc file
RadASMI.inc
nRadASMVer dd 2223
Because of that every time I open RadASM, it overrides [Version] section in assembler.ini files to 2223 ; even though I've updated them to 2224.
[Version]
2223
2224
Solution is simple I have change the line above to
nRadASMVer dd 2224
We forgot to change this line in
RadASMI.inc
fileBecause of that every time I open RadASM, it overrides
[Version]
section in assembler.ini files to2223
; even though I've updated them to2224
.Solution is simple I have change the line above to