-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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.
reinder
Metadata
Metadata
Assignees
Labels
No labels