mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
release v1.11.9
This commit is contained in:
parent
908fefa65b
commit
0271fb0597
@ -5,6 +5,10 @@
|
||||
#include "webclient.h"
|
||||
#include "random.h"
|
||||
|
||||
#if !PIKASCRIPT_VERSION_REQUIRE_MINIMUN(1, 11, 9)
|
||||
#error "This library requires PikaScript version 1.11.9 or higher"
|
||||
#endif
|
||||
|
||||
/* 标准输出函数 */
|
||||
#define RQ_print(fmt, ...) __platform_printf(fmt, ##__VA_ARGS__)
|
||||
#define RQ_cli(fmt, ...) __platform_printf(fmt, ##__VA_ARGS__)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MajorVersion = "1"
|
||||
MinorVersion = "11"
|
||||
MicroVersion = "8"
|
||||
MicroVersion = "9"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define PIKA_VERSION_MAJOR 1
|
||||
#define PIKA_VERSION_MINOR 11
|
||||
#define PIKA_VERSION_MICRO 8
|
||||
#define PIKA_VERSION_MICRO 9
|
||||
|
||||
#define PIKA_EDIT_TIME "2022/12/03 19:05:57"
|
||||
#define PIKA_EDIT_TIME "2022/12/11 12:01:10"
|
||||
|
Loading…
x
Reference in New Issue
Block a user