This manual page is part of Xcode Tools version 3.2

To obtain these tools:

If you are running a version of Xcode Tools other than 3.2, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



VERS_STRING(1)                                                                                VERS_STRING(1)



NAME
       vers_string - produce version identification string

SYNOPSIS
       vers_string [ -[c | f | l] ] PROGRAM

DESCRIPTION
       Vers_string  outputs  a  string made up of the SGS version name, the current user's login identifier,
       and the current time and date.  Vers_string may only be used within an SGS project.

       The output of vers_string has the following format:  PROGRAM:prog   PROJECT:proj&vers   DEVELOPER:bob
       BUILT:Thu  Dec  31  ...   prog is the command line argument PROGRAM, proj&vers is the name of the SGS
       version root, and bob is the user who built this version.

       If the -c option is used, the output is formed as a C declaration  for  the  global  character  array
       SGS_VERS.   If  the  -l  option  is  used,  the output is formed like the -c option, but "PROGRAM" is
       replaced with "LIBRARY" and the declaration is static.  If the -f option is used, the output is  sim-ply simply
       ply the program name and suffixed with the current version number of the SGS version root.

       Vers_string  is typically used within makefiles with a rule like: vers.c: ${OBJS}      vers_string -c
       ${PROGRAM} >vers.c



                                                 5 July 1987                                  VERS_STRING(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.