Skip to content

Commit cd0f0d8

Browse files
[200_22] bump to Mogan STEM v2026.2.1-rc9
1 parent 139d87c commit cd0f0d8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

devel/200_22.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 200_22: 设计一套方案,可以方便的打包 Mogan STEM 和 Liii STEM
22

3+
## 2026/04/01 v2026.2.1-rc9 打包
34
## 2026/03/31 v2026.2.1-rc8 打包
45

56
## 2026/03/31 v2026.2.1-rc7 打包

packages/debian/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ICON_SOURCE_REL="3rdparty/qwindowkitty/src/styles/app/stem.png"
1111

1212
# 尝试获取 VERSION
1313
if [ -z "$VERSION" ]; then
14-
VERSION="2026.2.0"
14+
VERSION="2026.2.1"
1515
else
1616
echo "✅ 检测到版本号: $VERSION"
1717
fi

xmake/vars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-- It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
1010
-- in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
1111

12-
XMACS_VERSION="2026.2.1-rc8"
12+
XMACS_VERSION="2026.2.1-rc9"
1313
TEXMACS_VERSION = "2.1.2"
1414
GOLDFISH_VERSION = "17.11.2"
1515
DEVEL_VERSION = TEXMACS_VERSION

0 commit comments

Comments
 (0)