Browse Source

Update common.h

blueloveTH 1 year ago
parent
commit
75d6b06509
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/pocketpy/common.h

+ 3 - 0
include/pocketpy/common.h

@@ -21,6 +21,9 @@
 #include <initializer_list>
 
 #define PK_VERSION				"2.0.0"
+#define PK_VERSION_MAJOR            2
+#define PK_VERSION_MINOR            0
+#define PK_VERSION_PATCH            0
 
 #include "config.h"
 #include "export.h"