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

include patch level in codec2/version.h #270

Merged
merged 1 commit into from
Dec 27, 2021
Merged

include patch level in codec2/version.h #270

merged 1 commit into from
Dec 27, 2021

Conversation

drowe67
Copy link
Owner

@drowe67 drowe67 commented Dec 27, 2021

In response to https://github.com/drowe67/codec2/issues/269, generates codec2/version.h:

#ifndef CODEC2_HAVE_VERSION
#define CODEC2_HAVE_VERSION

#define CODEC2_VERSION_MAJOR 1
#define CODEC2_VERSION_MINOR 0
#define CODEC2_VERSION_PATCH 3
#define CODEC2_VERSION "1.0.3"

#endif //CODEC2_HAVE_VERSION

@drowe67
Copy link
Owner Author

drowe67 commented Dec 27, 2021

@tmiw @hobbes1069 is this PR OK with you? If so I'll merge and do a 1.0.3 release to address #269

I'll need to remember to adjust these three version numbers in future.

@tmiw
Copy link
Collaborator

tmiw commented Dec 27, 2021

Works for me. 👍

@drowe67 drowe67 merged commit 199a9e1 into master Dec 27, 2021
@drowe67 drowe67 deleted the dr-patchlevel branch August 20, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants