! Link Options File GNMVERSION.OPT
! Copyright 1976-2005 Hewlett-Packard Development Company, L.P.
!
! WRITTEN BY:
!
!       Stephen Hoffman    21-Sep-2004
!
! VERSION HISTORY:
!
!       V2.4-0; 19-May-2005; Hoffman
!       V2.3-0; 21-Sep-2004; Hoffman
!       V2.2 and prior did not use GNMVERSION.OPT
!
!
! MODULE FUNCTION
!
!       This linker options file establishes the GNM version number.
!
! The IDENT string defined in this options file should be of the form
! "GNM tv.r-u" -- this format parallels that of OpenVMS -- where:
!
!       t  is the type (V=released version, A to U=test versions)
!       v  major version number
!       r  minor version number
!       u  update/maintenance number
!
!
! Note that you have to place these values both in the IDENT string below
!     >> AND <<
! within the definitions of the GNM$$K_xxx symbolic constants below.
!
! Define both the IDENT string >> AND << establish the version numeric fields.
!
IDENT = "GNM V2.4-0"                            ! text-format version string...
!
! Define the GNM$$K_VERSION_CHAR version character... 
!   Quick reference follows....
!       D = 68 = Field Test Version
!       E = 69 = Field Test Version
!       F = 70 = Field Test Version
!       G = 71 = Field Test Version
!       H = 72 = Field Test Version
!       I = 73 = Field Test Version
!       J = 74 = Field Test Version
!       K = 75 = Field Test Version
!       L = 76 = Field Test Version
!       M = 77 = Field Test Version
!       N = 78 = Field Test Version
!       O = 79 = Field Test Version
!       P = 80 = Field Test Version
!       Q = 81 = Field Test Version
!       R = 82 = Field Test Version
!       S = 83 = Field Test Version
!       T = 84 = Field Test Version (classic "field test version" value)
!       U = 85 = Field Test Version
!       V = 86 = Released Version   (classic "released product" value)
!       X = 88 = Internal Baselevel (classic "development prototype" value)
!
SYMBOL = GNM$$K_VERSION_CHAR,           86       ! Version character
!
SYMBOL = GNM$$K_MAJ_VERSION,             2       ! Major version number
SYMBOL = GNM$$K_MIN_VERSION,             4       ! Minor version number
SYMBOL = GNM$$K_EDIT_VERSION,            0       ! Edit/Update number
!
!
! End of GNMVERSION.OPT.
