File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
package/pikascript/pikascript-lib/json Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22#include "_pika_cJSON.h"
33#include "jsmn.h"
44
5- #if !PIKASCRIPT_VERSION_REQUIRE_MINIMUN (1 , 13 , 0 )
5+ #if !PIKASCRIPT_VERSION_REQUIRE_MINIMUN (1 , 12 , 4 )
66#error "pikapython version must be greater than 1.13.0"
77#endif
88
Original file line number Diff line number Diff line change 22#include "_pika_cJSON.h"
33#include "jsmn.h"
44
5- #if !PIKASCRIPT_VERSION_REQUIRE_MINIMUN (1 , 13 , 0 )
5+ #if !PIKASCRIPT_VERSION_REQUIRE_MINIMUN (1 , 12 , 4 )
66#error "pikapython version must be greater than 1.13.0"
77#endif
88
Original file line number Diff line number Diff line change 11MajorVersion = "1"
2- MinorVersion = "13 "
3- MicroVersion = "0 "
2+ MinorVersion = "12 "
3+ MicroVersion = "4 "
Original file line number Diff line number Diff line change 11#define PIKA_VERSION_MAJOR 1
2- #define PIKA_VERSION_MINOR 13
3- #define PIKA_VERSION_MICRO 0
2+ #define PIKA_VERSION_MINOR 12
3+ #define PIKA_VERSION_MICRO 4
44
5- #define PIKA_EDIT_TIME "2023/06/10 16:44:53 "
5+ #define PIKA_EDIT_TIME "2023/07/07 17:48:36 "
You can’t perform that action at this time.
0 commit comments