fasm 1.67.29

git-svn-id: svn://kolibrios.org@992 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron
2008-12-30 20:21:32 +00:00
parent 9c944c3c25
commit 1d22b242c8
11 changed files with 478 additions and 112 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
; flat assembler version 1.67
; Copyright (c) 1999-2007, Tomasz Grysztar.
; Copyright (c) 1999-2008, Tomasz Grysztar.
; All rights reserved.
;
; This programs is free for commercial and non-commercial use as long as
@@ -33,7 +33,7 @@
; cannot simply be copied and put under another distribution licence
; (including the GNU Public Licence).
VERSION_STRING equ "1.67.27"
VERSION_STRING equ "1.67.29"
VERSION_MAJOR = 1
VERSION_MINOR = 67