blueloveTH 1 rok temu
rodzic
commit
59bbecdbee
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      docs/retype.yml
  2. 3 3
      include/pocketpy/common.h

+ 1 - 1
docs/retype.yml

@@ -3,7 +3,7 @@ output: .retype
 url: https://pocketpy.dev
 branding:
   title: pocketpy
-  label: v1.5.0
+  label: v1.4.6
   logo: "./static/logo.png"
 favicon: "./static/logo.png"
 meta:

+ 3 - 3
include/pocketpy/common.h

@@ -20,10 +20,10 @@
 #include <typeindex>
 #include <initializer_list>
 
-#define PK_VERSION				"1.5.0"
+#define PK_VERSION				"1.4.6"
 #define PK_VERSION_MAJOR            1
-#define PK_VERSION_MINOR            5
-#define PK_VERSION_PATCH            0
+#define PK_VERSION_MINOR            4
+#define PK_VERSION_PATCH            6
 
 #include "config.h"
 #include "export.h"