Closed

Description
Motivation
It would be good to have a function stdlib_version()
function stdlib_version() result(r)
character(len=:), allocatable :: r
r = "v0.1.0"
end function
This information is useful for external build tools, and for bug reporting.
Prior Art
No response
Additional Information
No response