-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I messed up here, but I dont want to do another release!
Lines 4 to 9 in d6de0fc
| #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"