fasm 1.67.18 from Tomasz Grysztar

"Fixed a small mistake in the recent corrections of logical expression parser"

git-svn-id: svn://kolibrios.org@253 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2006-12-27 21:25:01 +00:00
parent 63e2b216d4
commit d40f7261aa
3 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
; cannot simply be copied and put under another distribution licence
; (including the GNU Public Licence).
VERSION_STRING equ "1.67.17"
VERSION_STRING equ "1.67.18"
VERSION_MAJOR = 1
VERSION_MINOR = 67