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

Broken Stringize for version #3

Open
pschord opened this issue Jul 30, 2016 · 0 comments
Open

Broken Stringize for version #3

pschord opened this issue Jul 30, 2016 · 0 comments
Labels
Milestone

Comments

@pschord
Copy link
Member

pschord commented Jul 30, 2016

I messed up here, but I dont want to do another release!

#define _PS_STRINGIZE(S) #S
#define PSCRYPTO_VERSION_MAJOR 1
#define PSCRYPTO_VERSION_MINOR 0
#define PSCRYPTO_VERSION_STRING _PS_STRINGIZE(PSCRYPTO_VERSION_MAJOR) "." _PS_STRINGIZE(PSCRYPTO_VERSION_MINOR)

It returns "PSCRYPTO_VERSION_MAJOR.PSCRYPTO_VERSION_MINOR" when it should be "1.1"

@pschord pschord added the bug label Jul 30, 2016
@pschord pschord added this to the v1.1.1 milestone Jul 30, 2016
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

1 participant