blueloveTH пре 1 година
родитељ
комит
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"