diff --git a/src/openpgp/defs.c b/src/openpgp/defs.c index 4b7e67d..256d622 100644 --- a/src/openpgp/defs.c +++ b/src/openpgp/defs.c @@ -16,5 +16,8 @@ */ #include "openpgp.h" +#include "version.h" uint8_t PICO_PRODUCT = 3; +uint8_t PICO_VERSION_MAJOR = PIPGP_VERSION_MAJOR; +uint8_t PICO_VERSION_MINOR = PIPGP_VERSION_MINOR;