serge-sans-paille/frozen

Add versioning

peter-moran opened this issue · 4 comments

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.

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?

Yup! That’s how I’ve seen other libraries handle it, in addition to using git tags.

see #86 for the headers, once merged I'll push the appropriate tag

Tag set, thanks for triggering that!