mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-23 10:28:06 +00:00
chore(release): 版本号 bump 到 1.0.1
patch 版:仅内核与内置插件改动,插件 ABI/协议未变 (ProtocolVersion 与 SDKCompatibleVersion 保持 1.0.0), 1.0.0 编出的 plugin.bin 无需重编。 - internal/meta: Version 1.0.0 → 1.0.1 - installer.nsi: PRODUCT_VERSION 缺省值同步(仅本地手工构建用, release 由 makensis -DPRODUCT_VERSION 注入) - README/README_EN: 项目状态补 v1.0.1 条目,下载章节安装包名同步
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
# 此前硬编码 0.8.0 而 release 已到 1.0.0,装出来的包在「添加/删除程序」里
|
||||
# 会显示错误版本(DisplayVersion 也取自这个宏)。
|
||||
!ifndef PRODUCT_VERSION
|
||||
!define PRODUCT_VERSION "1.0.0"
|
||||
!define PRODUCT_VERSION "1.0.1"
|
||||
!endif
|
||||
|
||||
!if "${VARIANT}" == "full"
|
||||
|
||||
Reference in New Issue
Block a user