Skip to content

stdlib version information function #576

Closed
@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaProposition of an idea and opening an issue to discuss it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions