From 9742991debd213c218cd94450c622b32e2f8653e Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 30 Nov 2025 18:39:10 +0100 Subject: [PATCH] Add version definitions. Signed-off-by: Pol Henarejos --- src/openpgp/defs.c | 3 +++ 1 file changed, 3 insertions(+) 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;