Intel® C++ Compiler 19.0 Developer Guide and Reference
Displays the version number of the compiler.
Linux and 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 14.0 of the compiler, the compiler displays "14.0".