Darwin Help

Back to Index

version

Function version


Calling Sequence  version()
Return Type  expseq
Synopsis Returns and expression sequence with 8 components:

1VersionType: string, Production or Debug
2Architecture: string, encoded name of architecture
3Version: number
4CompiledWith: string, name of the compiler used
5CompilerVersion: string
6CompilerOptions: string
7DateCompiled: string, result of system command date
8CharactersPerWord: posint, number of characters per word

Examples
> version();
RelWithDebInfo, Linux, 4, /usr/bin/gcc, 4.3.4, -march=i686 -mtune=i686, Fri Jun 
18 16:31:03 CEST 2010, 4, OFF