From c4a89ed18635b5195b404b3d0a0c7e25b4188e38 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 16 Mar 2024 18:11:11 +0800 Subject: [PATCH] some fix --- README.md | 6 +----- include/pocketpy/common.h | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b37ce732..732ab9bf 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Some variables can be set to control the build process: + `PK_BUILD_SHARED_LIB` - Build the shared (for C-APIs only) + `PK_ENABLE_OS` - Enable OS related features (default mode is sandboxed) -It is safe to use `main` branch in production. +It is safe to use `main` branch in production if CI is green. ### Compile Flags @@ -197,10 +197,6 @@ Your sponsorship will help us develop pkpy continuously. An excellent learning material. It illustrates how Python's virtual machine works. -+ [box2d](https://box2d.org/) - - The world's best 2D physics engine, written by Erin Catto. `box2d` now becomes a built-in module in pkpy `v1.1.3` and later. - ## Star History diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index 014f8a66..9bcbb352 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -21,7 +21,7 @@ #include #include -#define PK_VERSION "1.4.2" +#define PK_VERSION "1.4.3" #include "config.h" #include "export.h"