version(1)
NAME
version − display version identification of object file or binary
SYNOPSIS
version [ filename...]
DESCRIPTION
The version command displays the version of the named file(s).
USAGE
Type: version filename
If the current working directory is not the installation directory of the compiler(s) and other files to be checked, filename must be the full path to their installation directory.
Further, you can invoke version also to display the version ID of the various executables that operate during a compilation session by using the -V flag in the command line for the compilers: cc, f77, f90, CC.
EXAMPLES
If the current working directory contains the file(s) whose version are to be displayed, type the command and filename(s), for example:
version f77
version iropt
If the current working directory does not contain the file(s), the argument must comprise the full path and directory or filename to the file(s) to be checked for version numbers. For example, in the following commands path must give the full pathname to the file(s).
version /<path>/f77
version /<path>/SC5.0/iropt
NOTES
The version command identifies the version numbers of the installed Sun Developer Products compilers and their associated libraries and other files.
The version command seeks and displays any string of ASCII characters following the @(#)RELEASE VERSION string. This string must be identified correctly in the source file(s), depending on operating system’s version. This string should be in a #pragma ident, for example:
#pragma ident @(#)RELEASE VERSION 4.2
The version information string following this version-key string can be any sequence of printable characters terminated by a NEWLINE or NULL. The version command displays whatever information is thus included in any file accessed by this command.
The version command utility given no arguments shows information on what products are installed and what configuration they belong to, for example:
% version
Sun Visual WorkShop C++ 3.0
Sun WorkShop Compiler C 4.2
Sun WorkShop Compiler C++ 4.2
Sun WorkShop Tools.h++ 7.0
Sun WorkShop Tools.h++ 6.0.4
Sun WorkShop Visual 2.0
Sun WorkShop IPE 4.0
Sun WorkShop CodeManager 2.0
Sun WorkShop Distributed Make 2.0
Sun WorkShop FileMerge 3.0
Sun WorkShop FreezePoint 2.0
Sun WorkShop Maketool 2.0
Sun WorkShop VersionTool 2.0
Sun WorkShop Dbx 4.0
Sun WorkShop Performance Analyzer 4.0
Sun WorkShop LoopTool 2.1
Sun WorkShop LockLint 2.1
Sun WorkShop Thread Analyzer 1.2
Sun WorkShop XEmacs 20.00
SunOS 5.0 — Last change: 23 March 1998