Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version.h header for preprocessor version checks #30

Open
TheSlowGrowth opened this issue May 30, 2020 · 1 comment
Open

version.h header for preprocessor version checks #30

TheSlowGrowth opened this issue May 30, 2020 · 1 comment
Labels

Comments

@TheSlowGrowth
Copy link
Contributor

TheSlowGrowth commented May 30, 2020

It would be neat to include a version.h file that contains a version number so that Daisy projects could use preprocessor statements to check if a matching version of DaisySP is available.

#define DAISYSP_VER_MAJ 0
#define DAISYSP_VER_MIN 1
#define DAISYSP_VER_PATCH 23

This assumes that such a versioning scheme exists already. I haven't seen it yet, tbh.

@stephenhensley
Copy link
Collaborator

Yeah, this is a good idea

We haven't actually started versioning it yet because everything was moving so fast, and so few people had the Daisy. Now that they're starting to go out this will become important quickly.

I can make a base v0.1.0 release soon, and add the file. I'll close this when I get to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants