From 845c9153e8a710d31f97c78c2298dceb9bd15205 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 19 May 2024 20:26:53 +0800 Subject: [PATCH] add version macro for v1 --- include/pocketpy/common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index a1125c04..d417ac57 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -21,6 +21,9 @@ #include #define PK_VERSION "1.5.0" +#define PK_VERSION_MAJOR 1 +#define PK_VERSION_MINOR 5 +#define PK_VERSION_PATCH 0 #include "config.h" #include "export.h"