mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
fix: 更新 LeonOS 版本号至 0.1.1
将 _HOST 和 _VERSION 中的版本号从 0.1.0 更新至 0.1.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
_G._HOST = _G._HOST .. " (LeonOS 0.1.0)"
|
_G._HOST = _G._HOST .. " (LeonOS 0.1.1)"
|
||||||
|
|
||||||
local fs = rawget(_G, "fs")
|
local fs = rawget(_G, "fs")
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ local rc = {
|
|||||||
_VERSION = {
|
_VERSION = {
|
||||||
major = 0,
|
major = 0,
|
||||||
minor = 1,
|
minor = 1,
|
||||||
patch = 0
|
patch = 1
|
||||||
},
|
},
|
||||||
queueEvent = pull(os, "queueEvent"),
|
queueEvent = pull(os, "queueEvent"),
|
||||||
startTimer = pull(os, "startTimer"),
|
startTimer = pull(os, "startTimer"),
|
||||||
|
|||||||
Reference in New Issue
Block a user