blueloveTH 1 год назад
Родитель
Сommit
845c9153e8
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      include/pocketpy/common.h

+ 3 - 0
include/pocketpy/common.h

@@ -21,6 +21,9 @@
 #include <initializer_list>
 
 #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"