Add versioning
peter-moran opened this issue · 4 comments
peter-moran commented
Would it be possible to start tagging commits with release tags? For the sake of dependency management would be really nice to be able to specify what version I am using.
serge-sans-paille commented
Sure, I'll take advantage of that to issue something like
#define FROZEN_VERSION_MAJOR 1
#define FROZEN_VERSION_MINOR 0
#define FROZEN_VERSION_PATCH 0
would that make sense to you?
peter-moran commented
Yup! That’s how I’ve seen other libraries handle it, in addition to using git tags.
serge-sans-paille commented
see #86 for the headers, once merged I'll push the appropriate tag
serge-sans-paille commented
Tag set, thanks for triggering that!