Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

dumpversion

Displays the version number of the compiler.

Syntax

Linux:

-dumpversion

macOS:

-dumpversion

Windows:

None

Arguments

None

Default

OFF

The compiler does not display the compiler version number.

Description

This option displays the version number of the compiler. It does not compile your source files.

IDE Equivalent
None
Alternate Options

None

Example

Consider the following command:

icc -dumpversion

If the above is specified when using version 19.1 of the compiler, the compiler displays "19.1".

See Also