Skip to content

Conversation

rajkumardongre
Copy link
Contributor

No description provided.

@interkosmos
Copy link
Member

Maybe, we turn it into a public parameter within a distinct file, for example, http_version.f90? Furthermore, we could create the version string on compile time:

    integer, parameter, public :: VERSION_MAJOR = 0
    integer, parameter, public :: VERSION_MINOR = 1

    character(len=*), parameter, public :: VERSION_STRING = achar(VERSION_MAJOR + 48) // '.' // achar(VERSION_MINOR + 48)

Just an idea.

@rajkumardongre
Copy link
Contributor Author

This approach looks good, I will make the changes

@milancurcic milancurcic merged commit 291e2ef into fortran-lang:main Jul 19, 2023
@rajkumardongre rajkumardongre deleted the user_agent branch September 14, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants