Represents the version number of the library.
The following example uses the version variable to print the version number of the current library. At compile time, the version number is stored in the module variable version .
The version number follows the semver convention with MAJOR.MINOR.PATCH.
| character(*), parameter, public version = '1.0.0' |
The current version number, using semver notation.
Definition at line 22 of file Version.f90.