mrfearless / RadASM2

RadASM v2
355 stars 70 forks source link

fix: RA overrides version info in assembler.ini files as older version #16

Closed blue-devil closed 2 years ago

blue-devil commented 2 years ago

We forgot to change this line in RadASMI.inc file

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.

Solution is simple I have change the line above to

nRadASMVer                      dd 2224