home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-07 | 1.4 KB | 45 lines | [TEXT/MPS ] |
- ##################################################################################################
- ## ##
- ## Program Name: Stiletto ##
- ## ##
- ## File Name: VersionScript ##
- ## ##
- ## © Apple Computer, Inc. 1992-1995 ##
- ## All Rights Reserved ##
- ## ##
- ## Revision History: ##
- ## ##
- ## Date Who Modification ##
- ## ##
- ## 1992-10-26 Chris Halim Original version ##
- ## 1995-06-26 Jaakko Railo Version 2.0 ##
- ## ##
- ##################################################################################################
-
-
- ########## Constants use by all 'vers' resources ########
-
- # 'vers' expect hex numbers for MajorRev, MinorRev & Stage
-
- Set ProjectString 'Stiletto' # will be used by 'vers' id 2
-
- Set CountryCode verUS
-
- #Set LongVersion {MajorRev},{MinorRev},{Release},{Stage}
-
- Set LongVersion 0x02,0x00,beta,0x02
- Set VersionString '2.0b2'
-
- Set CopyrightYears '1991-1995'
-
-
- ########## Export all constants ########
-
- Set VersROptions "-d CountryCode={CountryCode} ∂
- -d LongVersion={LongVersion} ∂
- -d VersionString=∂∂∂"{VersionString}∂∂∂" ∂
- -d ProjectString=∂∂∂"{ProjectString}∂∂∂" ∂
- -d CopyrightYears=∂∂∂"{CopyrightYears}∂∂∂""
-
- Export VersROptions
-