Explorar el Código

update: LUAT_VERSION改到25.03

Wendal Chen hace 1 año
padre
commit
e3acb7f129
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      luat/include/luat_base.h

+ 1 - 1
luat/include/luat_base.h

@@ -7,7 +7,7 @@
 #ifndef LUAT_BASE_H
 #define LUAT_BASE_H
 /**LuatOS版本号*/
-#define LUAT_VERSION "24.10"
+#define LUAT_VERSION "25.03"
 #define LUAT_VERSION_BETA 0
 // 调试开关, 预留
 #define LUAT_DEBUG 0