Displays the version number of the compiler.
Linux: | -dumpversion |
macOS: | -dumpversion |
Windows: | None |
None
OFF |
The compiler does not display the compiler version number. |
This option displays the version number of the compiler. It does not compile your source files.
None
Consider the following command:
icc -dumpversion
If the above is specified when using version 19.1 of the compiler, the compiler displays "19.1".