VersionASM 855 Bytes
Newer Older
Kevin Bracey's avatar
Kevin Bracey 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
Ben Avison's avatar
Ben Avison committed
9 10
                        GBLS    Module_ApplicationDate2
                        GBLS    Module_ApplicationDate4
11
                        GBLS    Module_HelpVersion
12 13
Module_MajorVersion     SETS    "4.57"
Module_Version          SETA    457
14
Module_MinorVersion     SETS    ""
15 16 17 18 19
Module_Date             SETS    "20 Oct 2000"
Module_ApplicationDate2 SETS    "20-Oct-00"
Module_ApplicationDate4 SETS    "20-Oct-2000"
Module_FullVersion      SETS    "4.57"
Module_HelpVersion      SETS    "4.57 (20 Oct 2000)"
Kevin Bracey's avatar
Kevin Bracey committed
20
                        END