VersionASM 549 Bytes
Newer Older
Simon Middleton's avatar
Simon Middleton committed
1 2 3
;
; This file is automatically maintained by srccommit, do not edit manually.
;
4 5 6 7 8
                        GBLS    Module_MajorVersion
                        GBLA    Module_Version
                        GBLS    Module_MinorVersion
                        GBLS    Module_Date
                        GBLS    Module_FullVersion
John Beranek's avatar
John Beranek committed
9 10
Module_MajorVersion     SETS    "5.04"
Module_Version          SETA    504
11
Module_MinorVersion     SETS    ""
John Beranek's avatar
John Beranek committed
12 13
Module_Date             SETS    "10 Apr 2000"
Module_FullVersion      SETS    "5.04"
14
                        END