Skip to content

Add versioning info in-source and in git #33

Description

@peter-moran

For the sake of dependency management, it is really nice to have official release version numbers so that I can share with coworkers what version I am using.

I would suggest starting to git tag periodically with code changes so that those changes are versioned -- github has a nice way to do this with release docs that will show up on the project https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository

Additionally, I would suggest adding something like the following to the source:

#define VERSION_STRING "v1.2.3"
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 3

This would be really helpful! Thanks for the awesome project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions